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

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

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