PHP Class ZF\Apigility\Admin\Controller\FsPermissionsController

Inheritance: extends Zend\Mvc\Controller\AbstractActionController
Afficher le fichier Open project: zfcampus/zf-apigility-admin Class Usage Examples

Protected Properties

Свойство Type Description
$root string Path to the root directory
$rootIsWritable boolean

Méthodes publiques

Méthode Description
__construct ( )
fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel

Méthodes protégées

Méthode Description
configIsWritable ( ) : boolean Are the config and config/autoload directories writable?
moduleIsWritable ( ) : boolean Is the module directory writable?
rootIsWritable ( ) : boolean Is the application root writable?

Method Details

__construct() public méthode

public __construct ( )

configIsWritable() protected méthode

Are the config and config/autoload directories writable?
protected configIsWritable ( ) : boolean
Résultat boolean

fsPermissionsAction() public méthode

public fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel
Résultat ZF\ContentNegotiation\ViewModel

moduleIsWritable() protected méthode

Is the module directory writable?
protected moduleIsWritable ( ) : boolean
Résultat boolean

rootIsWritable() protected méthode

Is the application root writable?
protected rootIsWritable ( ) : boolean
Résultat boolean

Property Details

$root protected_oe property

Path to the root directory
protected string $root
Résultat string

$rootIsWritable protected_oe property

protected bool $rootIsWritable
Résultat boolean