Пример #1
0
<?php

/**
* 
*/
// Import dependencies.
CJTView::Import('blocks/block');
/**
* 
*/
class CJTBlocksCjtBlockView extends CJTView
{
    /**
     * put your comment there...
     * 
     * @var mixed
     */
    protected $blockView = null;
    /**
     * put your comment there...
     * 
     * @var mixed
     */
    protected $isLoading;
    /**
     * put your comment there...
     * 
     * @var mixed
     */
    public $structuredContent = array();
    /**