PHP Class Jarves\Configuration\Event

Paths are relative to `
Inheritance: extends Model
Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$arrayIndexNames
$attributes
$calls array
$clearCaches array
$condition Condition
$desc string
$elementToArray
$key string
$serviceCalls array
$subject string

Public Methods

Method Description
getCalls ( ) : array
getClearCaches ( ) : array
getCondition ( ) : Condition
getDesc ( ) : string
getKey ( ) : string
getServiceCalls ( ) : array
getSubject ( ) : string
setCalls ( array $calls )
setClearCaches ( array $clearCaches )
setCondition ( Condition $condition = null )
setDesc ( string $desc )
setKey ( string $key )
setServiceCalls ( array $serviceCalls )
setSubject ( string $subject )

Method Details

getCalls() public method

public getCalls ( ) : array
return array

getClearCaches() public method

public getClearCaches ( ) : array
return array

getCondition() public method

public getCondition ( ) : Condition
return Condition

getDesc() public method

public getDesc ( ) : string
return string

getKey() public method

public getKey ( ) : string
return string

getServiceCalls() public method

public getServiceCalls ( ) : array
return array

getSubject() public method

public getSubject ( ) : string
return string

setCalls() public method

public setCalls ( array $calls )
$calls array

setClearCaches() public method

public setClearCaches ( array $clearCaches )
$clearCaches array

setCondition() public method

public setCondition ( Condition $condition = null )
$condition Condition

setDesc() public method

public setDesc ( string $desc )
$desc string

setKey() public method

public setKey ( string $key )
$key string

setServiceCalls() public method

public setServiceCalls ( array $serviceCalls )
$serviceCalls array

setSubject() public method

public setSubject ( string $subject )
$subject string

Property Details

$arrayIndexNames protected property

protected $arrayIndexNames

$attributes protected property

protected $attributes

$calls protected property

protected array $calls
return array

$clearCaches protected property

protected array $clearCaches
return array

$condition protected property

protected Condition,Jarves\Configuration $condition
return Condition

$desc protected property

protected string $desc
return string

$elementToArray protected property

protected $elementToArray

$key protected property

protected string $key
return string

$serviceCalls protected property

protected array $serviceCalls
return array

$subject protected property

protected string $subject
return string