Skip to content

Commit

Permalink
AnnotationProperty: added isNullable()
Browse files Browse the repository at this point in the history
  • Loading branch information
uestla committed Jan 7, 2015
1 parent 8f770b1 commit 36f7b02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/YetORM/Reflection/AnnotationProperty.php
Expand Up @@ -49,6 +49,13 @@ function getColumn()
}


/** @return bool */
function isNullable()
{
return $this->nullable;
}


/**
* @param mixed $value
* @param bool $need
Expand Down

0 comments on commit 36f7b02

Please sign in to comment.