public function __construct(CategoryModel $category) { parent::__construct($category); $this->category = $category; }
public function __construct(PageModel $page) { parent::__construct($page); $this->page = $page; }
public function __construct(PostModel $post) { parent::__construct($post); $this->post = $post; }