Owl\Services\CommentService::__construct PHP 메소드

__construct() 공개 메소드

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