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

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

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