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

Afficher le fichier Open project: timetoogo/penumbra

Protected Properties

Свойство Type Description
$EntityType string
$Reflection IReflector

Méthodes publiques

Méthode Description
SetEntityType ( $EntityType )
__sleep ( )
__wakeup ( )

Méthodes protégées

Méthode Description
LoadReflection ( ) : IReflector

Method Details

LoadReflection() abstract protected méthode

abstract protected LoadReflection ( ) : IReflector
Résultat IReflector

SetEntityType() final public méthode

final public SetEntityType ( $EntityType )

__sleep() public méthode

public __sleep ( )

__wakeup() final public méthode

final public __wakeup ( )

Property Details

$EntityType protected_oe property

protected string $EntityType
Résultat string

$Reflection protected_oe property

protected IReflector $Reflection
Résultat IReflector