PHP Class Jarves\Configuration\Event

Paths are relative to `
Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$arrayIndexNames
$attributes
$calls array
$clearCaches array
$condition Condition
$desc string
$elementToArray
$key string
$serviceCalls array
$subject string

Méthodes publiques

Méthode 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 méthode

public getCalls ( ) : array
Résultat array

getClearCaches() public méthode

public getClearCaches ( ) : array
Résultat array

getCondition() public méthode

public getCondition ( ) : Condition
Résultat Condition

getDesc() public méthode

public getDesc ( ) : string
Résultat string

getKey() public méthode

public getKey ( ) : string
Résultat string

getServiceCalls() public méthode

public getServiceCalls ( ) : array
Résultat array

getSubject() public méthode

public getSubject ( ) : string
Résultat string

setCalls() public méthode

public setCalls ( array $calls )
$calls array

setClearCaches() public méthode

public setClearCaches ( array $clearCaches )
$clearCaches array

setCondition() public méthode

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

setDesc() public méthode

public setDesc ( string $desc )
$desc string

setKey() public méthode

public setKey ( string $key )
$key string

setServiceCalls() public méthode

public setServiceCalls ( array $serviceCalls )
$serviceCalls array

setSubject() public méthode

public setSubject ( string $subject )
$subject string

Property Details

$arrayIndexNames protected_oe property

protected $arrayIndexNames

$attributes protected_oe property

protected $attributes

$calls protected_oe property

protected array $calls
Résultat array

$clearCaches protected_oe property

protected array $clearCaches
Résultat array

$condition protected_oe property

protected Condition,Jarves\Configuration $condition
Résultat Condition

$desc protected_oe property

protected string $desc
Résultat string

$elementToArray protected_oe property

protected $elementToArray

$key protected_oe property

protected string $key
Résultat string

$serviceCalls protected_oe property

protected array $serviceCalls
Résultat array

$subject protected_oe property

protected string $subject
Résultat string