Owl\Services\TemplateService::__construct PHP Метод

__construct() публичный Метод

public __construct ( Owl\Repositories\TemplateRepositoryInterface $templateRepo )
$templateRepo Owl\Repositories\TemplateRepositoryInterface
    public function __construct(TemplateRepositoryInterface $templateRepo)
    {
        $this->templateRepo = $templateRepo;
    }