PHP 클래스 Kraken\Filesystem\Adapter\AdapterLocal

상속: extends League\Flysystem\Adapter\Local, implements Kraken\Filesystem\FilesystemAdapterInterface
파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
__construct ( string $rootDir = null, integer $writeFlags = LOCK_EX, integer $linkHandling = parent::DISALLOW_LINKS, array $permissions = [] )

메소드 상세

__construct() 공개 메소드

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