/**
  * Default constructor. Overrides BaseModel::__construct().
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->attributes['taxonomy'] = $this->taxonomy_slug;
 }
Esempio n. 2
0
 /**
  * Default constructor. Overrides BaseModel::__construct().
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->attributes['post_type'] = $this->post_type;
 }