프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$cacheLifetime | array | ||
$controller | string | ||
$internal | boolean | ||
$properties | array | Same as ItemMetadata::$children but without Sections. | |
$resource | string | The resource from which this structure was loaded (useful for debugging). | |
$view | string |
메소드 | 설명 | |
---|---|---|
burnProperties ( ) | Populate the $properties property with only those propertires which are not related to the UI (i.e. the sections). | |
getProperties ( ) : |
Return all model properties. | |
getPropertiesByTagName ( string $tagName ) : |
Return all properties with the given tag name. | |
getProperty ( string $name ) : |
Return a model property. | |
getPropertyByTagName ( string $tagName, $highest = true ) : |
Return true if the structure contains a property with the given tag name. | |
getResource ( ) : string | Return the resource from which this structure was loaded. | |
hasProperty ( $name ) : boolean | Return true if a property with the given name exists. | |
hasPropertyWithTagName ( string $tagName ) : boolean | Return true if the structure contains a property with the given tag name. | |
isInternal ( ) : boolean | Return if this is an internal structure. |
public burnProperties ( ) |
public getProperties ( ) : |
||
리턴 |
public getPropertiesByTagName ( string $tagName ) : |
||
$tagName | string | |
리턴 |
public getProperty ( string $name ) : |
||
$name | string | |
리턴 |
public getPropertyByTagName ( string $tagName, $highest = true ) : |
||
$tagName | string | |
리턴 |
public getResource ( ) : string | ||
리턴 | string |
public hasProperty ( $name ) : boolean | ||
리턴 | boolean |
public hasPropertyWithTagName ( string $tagName ) : boolean | ||
$tagName | string | |
리턴 | boolean |
public isInternal ( ) : boolean | ||
리턴 | boolean |
public array $properties | ||
리턴 | array |
public string $resource | ||
리턴 | string |