TightenCo\Jigsaw\DataLoader::__construct PHP Метод

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

public __construct ( $basePath, $collectionDataLoader )
    public function __construct($basePath, $collectionDataLoader)
    {
        $this->basePath = $basePath;
        $this->collectionDataLoader = $collectionDataLoader;
    }