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

Exibir arquivo Open project: timetoogo/penumbra

Protected Properties

Property Type Description
$EntityType string
$Reflection IReflector

Public Methods

Method Description
SetEntityType ( $EntityType )
__sleep ( )
__wakeup ( )

Protected Methods

Method Description
LoadReflection ( ) : IReflector

Method Details

LoadReflection() abstract protected method

abstract protected LoadReflection ( ) : IReflector
return IReflector

SetEntityType() final public method

final public SetEntityType ( $EntityType )

__sleep() public method

public __sleep ( )

__wakeup() final public method

final public __wakeup ( )

Property Details

$EntityType protected_oe property

protected string $EntityType
return string

$Reflection protected_oe property

protected IReflector $Reflection
return IReflector