PHP Class Jarves\Configuration\BundleCache

Inheritance: extends Model
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$attributes
$key string
$method string
$nodeValueVar
$rootName

Public Methods

Method Description
getKey ( ) : string
getMethod ( ) : string
setKey ( string $key )
setMethod ( string $method )

Method Details

getKey() public method

public getKey ( ) : string
return string

getMethod() public method

public getMethod ( ) : string
return string

setKey() public method

public setKey ( string $key )
$key string

setMethod() public method

public setMethod ( string $method )
$method string

Property Details

$attributes protected_oe property

protected $attributes

$key protected_oe property

protected string $key
return string

$method protected_oe property

protected string $method
return string

$nodeValueVar protected_oe property

protected $nodeValueVar

$rootName protected_oe property

protected $rootName