Doctrine\ODM\OrientDB\Mapper\Annotations\Property::isNullable PHP Method

isNullable() public method

Defines whether an hydrated property can be null.
public isNullable ( ) : boolean
return boolean
    public function isNullable()
    {
        return $this->notnull === "false";
    }