메소드 |
설명 |
|
__construct ( string $name, string $delimiter, string $user ) |
Constructor. |
|
__toString ( ) : string |
Convert the namespace description to a string. |
|
generateName ( array $path ) : string |
Generate a folder path for the given path in this namespace. |
|
generatePath ( string $subpath, string $owner ) : string |
Generate a folder path for the given subpath and owner. |
|
getDelimiter ( ) : string |
Return the delimiter for this namespace. |
|
getName ( ) : string |
Return the name of this namespace. |
|
getOwner ( string $name ) : string | boolean |
Return the owner of a folder. |
|
getParent ( string $name ) : string |
Get the parent for the given folder name. |
|
getSubpath ( string $name ) : string |
Get the sub path for the given folder name. |
|
getTitle ( string $name ) : string |
Return the title of a folder. |
|
getType ( ) : string |
Return the type of this namespace (personal, other, or shared). |
|
matches ( string $name ) : boolean |
Does the folder name lie in this namespace? |
|