Current File : /home/aventura/www/site/wp-content/plugins/victheme_core/wordpress/layout/block.php
<?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(),
  );
}