메소드 |
설명 |
|
__construct ( mixed $name = null ) |
|
|
__set ( $field, $value ) |
Magic setter to catch bad property calls. |
|
addChild ( ItemMetadata $child ) |
Adds a child item. |
|
getChild ( string $name ) : ItemMetadata |
Return the named property. |
|
getChildren ( ) : ItemMetadata[] |
Return the children of this item. |
|
getDescription ( string $locale ) : string |
Return the description of this property. |
|
getName ( ) : string |
Return the name of this item. |
|
getParameter ( string $name ) : mixed |
Return the paramter with the given name. |
|
getParameters ( ) : array |
Return the parameters for this property. |
|
getTag ( string $tagName ) : array |
Return the named tag. |
|
getTags ( ) : array |
Return the tags of this item. |
|
getTitle ( string $locale ) : string |
Return the localized name of this ItemMetadata or
default to the name. |
|
hasChild ( string $name ) : boolean |
Return true if this structure has the named property, false
if it does not. |
|
hasTag ( string $name ) : boolean |
Return true if this item has the named tag. |
|