메소드 | 설명 | |
---|---|---|
bind ( array $data, boolean $clearMissing = false ) | Bind data to the container. | |
commitStagedData ( boolean $clearMissingContent ) | Commit the staged content data. | |
getContentViewProperty ( string $name ) : |
Return the named property as rendered by the content type ->getContentData() method. | |
getProperty ( string $name ) : |
Return the named property. | |
getStagedData ( ) : array | Get staged data, see documentation for commitStagedData. | |
hasProperty ( string $name ) | Return true if the container has the named property. | |
setStagedData ( array $stagedData ) | Set staged data, see documentation for commitStagedData. | |
toArray ( ) : array | Return an array representation of the containers property values. |
public commitStagedData ( boolean $clearMissingContent ) | ||
$clearMissingContent | boolean |
public getContentViewProperty ( string $name ) : |
||
$name | string | |
리턴 |
public getProperty ( string $name ) : |
||
$name | string | |
리턴 |
public getStagedData ( ) : array | ||
리턴 | array |
public hasProperty ( string $name ) | ||
$name | string |
public setStagedData ( array $stagedData ) | ||
$stagedData | array |