Example #1
0
 public function __construct($id)
 {
     parent::__construct($id);
     $this->plugin = get_plugin_data($this->getPluginFile());
     $this->name = $this->getName();
 }
 public function __construct(array $data = array())
 {
     parent::__construct($data);
 }
Example #3
0
 public function __construct($id = '')
 {
     parent::__construct($id);
     $this->name = $this->getName();
 }
Example #4
0
 public function __construct($id)
 {
     parent::__construct($id);
     $this->theme = wp_get_theme($id);
     $this->name = $this->getName();
 }