프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$identifier | string | The UUID to use for the new node. Use with care. | |
$name | string | The node name which acts as a path segment for its node path |
메소드 | 설명 | |
---|---|---|
getIdentifier ( ) : string | Returns the UUID set in this NodeTemplate. | |
getName ( ) : string | Get the name of this node template. | |
getWorkspace ( ) : void | A NodeTemplate is not stored in any workspace, thus this method returns NULL. | |
setIdentifier ( string $identifier ) : void | Allows to set a UUID to use for the node that will be created from this NodeTemplate. Use with care, usually identifier generation should be left to the ContentRepository. | |
setName ( string $newName ) : void | Set the name to $newName |
public getIdentifier ( ) : string | ||
리턴 | string |
public getWorkspace ( ) : void | ||
리턴 | void |
public setIdentifier ( string $identifier ) : void | ||
$identifier | string | |
리턴 | void |
protected string $identifier | ||
리턴 | string |
protected string $name | ||
리턴 | string |