Example #1
0
 /**
  * Constructor - Call parent constructor with params array.
  *
  * This will set class properties based on the key value pairs in the array.
  *
  * @since 2.6.0
  *
  * @param array $params
  */
 public function __construct($params = array())
 {
     parent::__construct($params);
     if (isset($params['show_split_view'])) {
         $this->_show_split_view = $params['show_split_view'];
     }
 }
Example #2
0
 /**
  * Constructor - Call parent constructor with params array.
  *
  * This will set class properties based on the key value pairs in the array.
  *
  * @since 2.6.0
  *
  * @param array $params
  */
 function __construct($params = array())
 {
     parent::__construct($params);
 }