app\repositories\CategoryRepository::__construct PHP Méthode

__construct() public méthode

CategoryRepository constructor.
public __construct ( Category $category )
$category app\models\Category
    public function __construct(Category $category)
    {
        $this->model = $category;
    }