PHP Class ZF\Apigility\Admin\Controller\FsPermissionsController

Inheritance: extends Zend\Mvc\Controller\AbstractActionController
Show file Open project: zfcampus/zf-apigility-admin Class Usage Examples

Protected Properties

Property Type Description
$root string Path to the root directory
$rootIsWritable boolean

Public Methods

Method Description
__construct ( )
fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel

Protected Methods

Method 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 method

public __construct ( )

configIsWritable() protected method

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

fsPermissionsAction() public method

public fsPermissionsAction ( ) : ZF\ContentNegotiation\ViewModel
return ZF\ContentNegotiation\ViewModel

moduleIsWritable() protected method

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

rootIsWritable() protected method

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

Property Details

$root protected property

Path to the root directory
protected string $root
return string

$rootIsWritable protected property

protected bool $rootIsWritable
return boolean