Value-object for files found in components
Definition at line 11 of file ComponentFile.php.
◆ __construct()
__construct |
( |
|
$componentType, |
|
|
|
$componentName, |
|
|
|
$fullPath |
|
) |
| |
Constructor
- Parameters
-
string | $componentType | |
string | $componentName | |
string | $fullPath | |
Definition at line 41 of file ComponentFile.php.
43 $this->componentType = $componentType;
44 $this->componentName = $componentName;
45 $this->path = $fullPath;
◆ getComponentName()
Get component name
- Returns
- string
Definition at line 63 of file ComponentFile.php.
65 return $this->componentName;
◆ getComponentType()
Get component type
- Returns
- string
Definition at line 53 of file ComponentFile.php.
55 return $this->componentType;
◆ getFullPath()
The documentation for this class was generated from the following file: