BookStack\Repos\TagRepo::__construct PHP Method

__construct() public method

TagRepo constructor.
public __construct ( Tag $attr, Entity $ent, PermissionService $ps )
$attr BookStack\Tag
$ent BookStack\Entity
$ps BookStack\Services\PermissionService
    public function __construct(Tag $attr, Entity $ent, PermissionService $ps)
    {
        $this->tag = $attr;
        $this->entity = $ent;
        $this->permissionService = $ps;
    }