Puli\Repository\Resource\FileResource::__construct PHP Метод

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

public __construct ( $filesystemPath, $path = null )
    public function __construct($filesystemPath, $path = null)
    {
        Assert::file($filesystemPath);
        parent::__construct($filesystemPath, $path);
    }