Perforce Chronicle 2012.2/486814
API Documentation
|
Provides a contract for decorators to be enhanced for use with content records: More...
Public Member Functions | |
getContentRecord () | |
Get the associated content record (if set). | |
setContentRecord ($content) | |
Set the associated content record for this element. |
Provides a contract for decorators to be enhanced for use with content records:
P4Cms_Content_EnhancedDecoratorInterface::getContentRecord | ( | ) |
Get the associated content record (if set).
Implemented in Content_Form_Decorator_ContentIcon, and Content_Form_Decorator_ContentLink.
P4Cms_Content_EnhancedDecoratorInterface::setContentRecord | ( | $ | content | ) |
Set the associated content record for this element.
P4Cms_Content | $content | the associated content record for this element. |
Implemented in Content_Form_Decorator_ContentIcon, and Content_Form_Decorator_ContentLink.