Detailed Description
Page composer.
- Note
- There must be only one template per page, but each page may has each own template.
- Author
- Dodonov A.A.
Definition at line 30 of file page_composer_view.php.
Constructor & Destructor Documentation
Constructor.
- Exceptions
-
| Exception | - An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 58 of file page_composer_view.php.
{
try
{
'page::page_markup::page_markup_utilities' , 'last' , __FILE__
);
}
catch( Exception $e )
{
}
}
Member Function Documentation
Function draws component.
- Parameters
-
- Returns
- HTML code of the компонента.
- Exceptions
-
| Exception | An exception of this type is thrown. |
- Author
- Dodonov A.A.
Definition at line 94 of file page_composer_view.php.
{
try
{
if( $Options->get_setting( 'direct_view' , false ) )
{
$Options->load_from_http();
return( $this->PageMarkupUtilities->direct_view( $Options ) );
}
if( $Options->get_setting( 'direct_controller' , false ) )
{
$Options->load_from_http();
$this->PageMarkupUtilities->direct_controller( $Options );
return;
}
}
catch( Exception $e )
{
}
}
Field Documentation
| $PageMarkupUtilities = false |
The documentation for this class was generated from the following file: