Elgg  Version 1.11
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Elgg\Debug\Inspector\ViewComponent Class Reference

Public Member Functions

 getFile ()
 

Static Public Member Functions

static fromPaths ($path, $location)
 Get a component from the path and location. More...
 

Public Attributes

 $location
 
 $view
 
 $extension = null
 
 $overridden = false
 

Detailed Description

Definition at line 13 of file ViewComponent.php.

Member Function Documentation

static Elgg\Debug\Inspector\ViewComponent::fromPaths (   $path,
  $location 
)
static

Get a component from the path and location.

Parameters
string$pathFull file path
string$locationBase location of view
Returns
ViewComponent

Definition at line 67 of file ViewComponent.php.

Elgg\Debug\Inspector\ViewComponent::getFile ( )
Returns
string Return the component as a file path

Definition at line 38 of file ViewComponent.php.

Member Data Documentation

Elgg\Debug\Inspector\ViewComponent::$extension = null

Definition at line 28 of file ViewComponent.php.

Elgg\Debug\Inspector\ViewComponent::$location

Definition at line 18 of file ViewComponent.php.

Elgg\Debug\Inspector\ViewComponent::$overridden = false

Definition at line 33 of file ViewComponent.php.

Elgg\Debug\Inspector\ViewComponent::$view

Definition at line 23 of file ViewComponent.php.


The documentation for this class was generated from the following file: