PHP Class Doctrine\ODM\OrientDB\Mapper\Annotations\Property

Inheritance: extends Doctrine\Common\Annotations\Annotation
Show file Open project: doctrine/orientdb-odm

Public Properties

Property Type Description
$cast
$name
$notnull
$type

Public Methods

Method Description
getCast ( )
isNullable ( ) : boolean Defines whether an hydrated property can be null.

Method Details

getCast() public method

public getCast ( )

isNullable() public method

Defines whether an hydrated property can be null.
public isNullable ( ) : boolean
return boolean

Property Details

$cast public property

public $cast

$name public property

public $name

$notnull public property

public $notnull

$type public property

public $type