DE
Size: a a a
DE
DE
V
DE
F
DE
predicate
могут быть у entity???DE
DE
DE
V
V
V
DE
DE
DE
php
<?php namespace Defr\ShowcastModule\Category;
use Defr\ShowcastModule\Category\Contract\CategoryRepositoryInterface;
use Anomaly\Streams\Platform\Entry\EntryRepository;
class CategoryRepository extends EntryRepository implements CategoryRepositoryInterface
{
/**
* The entry model.
*
* @var CategoryModel
*/
protected $model;
/**
* Create a new CategoryRepository instance.
*
* @param CategoryModel $model
*/
public function __construct(CategoryModel $model)
{
$this->model = $model;
}
}
V
V
V