![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct (array $structure, NodeInterface $parent=null) | |
getName () | |
getAbsolutePath () | |
getStatus () | |
isWritable () | |
fix () | |
Interface for structure nodes root, link, file, ...
Definition at line 20 of file install/Classes/FolderStructure/NodeInterface.php.
__construct | ( | array | $structure, |
NodeInterface | $parent = null |
||
) |
Constructor gets structure and parent object defaulting to NULL
array | $structure | Structure |
NodeInterface | $parent | Parent |
Implemented in FileNode, DirectoryNode, LinkNode, and RootNode.
fix | ( | ) |
getAbsolutePath | ( | ) |
getName | ( | ) |
Get node name
getStatus | ( | ) |
Get the status of the object tree, recursive for directory and root node
Implemented in FileNode, DirectoryNode, LinkNode, and RootNode.
isWritable | ( | ) |
Check if node is writable - can be created and permission can be fixed
Implemented in DirectoryNode.