PHP Class Kraken\Filesystem\Adapter\AdapterLocal

Inheritance: extends League\Flysystem\Adapter\Local, implements Kraken\Filesystem\FilesystemAdapterInterface
Show file Open project: kraken-php/framework

Public Methods

Method Description
__construct ( string $rootDir = null, integer $writeFlags = LOCK_EX, integer $linkHandling = parent::DISALLOW_LINKS, array $permissions = [] )

Method Details

__construct() public method

public __construct ( string $rootDir = null, integer $writeFlags = LOCK_EX, integer $linkHandling = parent::DISALLOW_LINKS, array $permissions = [] )
$rootDir string
$writeFlags integer
$linkHandling integer
$permissions array