PHP 클래스 Bolt\Filesystem\Plugin\Authorized

상속: extends Bolt\Filesystem\Plugin\AdapterPlugin
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$filePermissions Bolt\Filesystem\FilePermissions

공개 메소드들

메소드 설명
__construct ( FilePermissions $filePermissions ) Constructor.
getMethod ( )
handle ( string $path ) : boolean Returns whether you are authorized to do something with a file or directory.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( FilePermissions $filePermissions )
$filePermissions Bolt\Filesystem\FilePermissions

getMethod() 공개 메소드

public getMethod ( )

handle() 공개 메소드

Returns whether you are authorized to do something with a file or directory.
public handle ( string $path ) : boolean
$path string
리턴 boolean

프로퍼티 상세

$filePermissions 보호되어 있는 프로퍼티

protected FilePermissions,Bolt\Filesystem $filePermissions
리턴 Bolt\Filesystem\FilePermissions