Doctrine\ODM\OrientDB\Mapper\Annotations\Property::isNullable PHP Метод

isNullable() публичный Метод

Defines whether an hydrated property can be null.
public isNullable ( ) : boolean
Результат boolean
    public function isNullable()
    {
        return $this->notnull === "false";
    }