PHP Class Storm\Drivers\Base\Object\Properties\Accessors\GetterSetter

Inheritance: extends Accessor
Afficher le fichier Open project: timetoogo/penumbra

Méthodes publiques

Méthode Description
GetPropertyGetter ( ) : Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter
GetPropertySetter ( ) : Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter
GetValue ( $Entity )
SetEntityType ( $EntityType )
SetValue ( $Entity, $Value )
__construct ( Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter $PropertyGetter, Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter $PropertySetter )

Méthodes protégées

Méthode Description
GetterIdentifier ( &$Identifier )
SetterIdentifier ( &$Identifier )

Method Details

GetPropertyGetter() public méthode

public GetPropertyGetter ( ) : Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter
Résultat Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter

GetPropertySetter() public méthode

public GetPropertySetter ( ) : Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter
Résultat Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter

GetValue() final public méthode

final public GetValue ( $Entity )

GetterIdentifier() protected méthode

protected GetterIdentifier ( &$Identifier )

SetEntityType() public méthode

public SetEntityType ( $EntityType )

SetValue() final public méthode

final public SetValue ( $Entity, $Value )

SetterIdentifier() protected méthode

protected SetterIdentifier ( &$Identifier )

__construct() public méthode

public __construct ( Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter $PropertyGetter, Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter $PropertySetter )
$PropertyGetter Storm\Drivers\Base\Object\Properties\Accessors\IPropertyGetter
$PropertySetter Storm\Drivers\Base\Object\Properties\Accessors\IPropertySetter