예제 #1
0
 /**
  * Class constructor
  *
  * @since 1.0.0
  */
 public function __construct()
 {
     parent::__construct();
     // Check for persistent data from last request that needs to be processed.
     $this->check_persistent_data();
     // Create a new HTML helper component.
     $class_name = __CLASS__ . '_Html';
     $this->html = new $class_name();
 }
예제 #2
0
 /**
  * Class constructor
  *
  * @since 1.1.0
  */
 public function __construct()
 {
     parent::__construct();
 }