<?php /** * Class for building layout region. * * @author jason.xie@victheme.com */ class VTCore_Wordpress_Layout_Area extends VTCore_Bootstrap_Grid_BsRow { protected $context = array( 'type' => 'div', 'text' => '', 'weight' => '', 'attributes' => array(), 'name' => false, 'id' => false, 'description' => false, ); }