PHP Class YetORM\Entity

Show file Open project: uestla/yetorm Class Usage Examples

Protected Properties

Property Type Description
$record Record

Public Methods

Method 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 method

public __call ( string $name, array $args ) : void
$name string
$args array
return void

__construct() public method

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

__get() public method

public __get ( string $name ) : mixed
$name string
return mixed

__isset() public method

public __isset ( string $name ) : boolean
$name string
return boolean

__set() public method

public __set ( string $name, mixed $value ) : void
$name string
$value mixed
return void

__unset() public method

public __unset ( string $name ) : void
$name string
return void

getReflection() public static method

public static getReflection ( ) : EntityType
return YetORM\Reflection\EntityType

toRecord() final public method

final public toRecord ( ) : Record
return Record

Property Details

$record protected property

protected Record,yetorm $record
return Record