<?php /** * Class for building layout block. * * @author jason.xie@victheme.com */ class VTCore_Wordpress_Layout_Block extends VTCore_Bootstrap_Element_BsElement { protected $context = array( 'type' => 'div', 'text' => '', 'parent' => '', 'weight' => '', 'attributes' => array(), ); }