PHP Class YetORM\Entity

Afficher le fichier Open project: uestla/yetorm Class Usage Examples

Protected Properties

Свойство Type Description
$record Record

Méthodes publiques

Méthode Description
__call ( string $name, array $args ) : void
__construct ( ActiveRow | Record $row = NULL )
__get ( string $name ) : mixed
__isset ( string $name ) : boolean
__set ( string $name, mixed $value ) : void
__unset ( string $name ) : void
getReflection ( ) : EntityType
toRecord ( ) : Record

Method Details

__call() public méthode

public __call ( string $name, array $args ) : void
$name string
$args array
Résultat void

__construct() public méthode

public __construct ( ActiveRow | Record $row = NULL )
$row Nette\Database\Table\ActiveRow | Record

__get() public méthode

public __get ( string $name ) : mixed
$name string
Résultat mixed

__isset() public méthode

public __isset ( string $name ) : boolean
$name string
Résultat boolean

__set() public méthode

public __set ( string $name, mixed $value ) : void
$name string
$value mixed
Résultat void

__unset() public méthode

public __unset ( string $name ) : void
$name string
Résultat void

getReflection() public static méthode

public static getReflection ( ) : EntityType
Résultat YetORM\Reflection\EntityType

toRecord() final public méthode

final public toRecord ( ) : Record
Résultat Record

Property Details

$record protected_oe property

protected Record,yetorm $record
Résultat Record