PHP 클래스 ZF\Apigility\Admin\Controller\FsPermissionsController

상속: extends Zend\Mvc\Controller\AbstractActionController
파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$root string Path to the root directory
$rootIsWritable boolean

공개 메소드들

메소드 설명
__construct ( )
fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel

보호된 메소드들

메소드 설명
configIsWritable ( ) : boolean Are the config and config/autoload directories writable?
moduleIsWritable ( ) : boolean Is the module directory writable?
rootIsWritable ( ) : boolean Is the application root writable?

메소드 상세

__construct() 공개 메소드

public __construct ( )

configIsWritable() 보호된 메소드

Are the config and config/autoload directories writable?
protected configIsWritable ( ) : boolean
리턴 boolean

fsPermissionsAction() 공개 메소드

public fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel
리턴 ZF\ContentNegotiation\ViewModel

moduleIsWritable() 보호된 메소드

Is the module directory writable?
protected moduleIsWritable ( ) : boolean
리턴 boolean

rootIsWritable() 보호된 메소드

Is the application root writable?
protected rootIsWritable ( ) : boolean
리턴 boolean

프로퍼티 상세

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

Path to the root directory
protected string $root
리턴 string

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

protected bool $rootIsWritable
리턴 boolean