Zend Framework  3.0
Protected Attributes | List of all members
Time Class Reference

Protected Attributes

 $type = 'TIME'
 
- Protected Attributes inherited from Column
 $default
 
 $isNullable = false
 
 $name = ''
 
 $options = []
 
 $constraints = []
 
 $specification = '%s %s'
 
 $type = 'INTEGER'
 

Additional Inherited Members

- Public Member Functions inherited from Column
 __construct ($name=null, $nullable=false, $default=null, array $options=[])
 
 setName ($name)
 
 getName ()
 
 setNullable ($nullable)
 
 isNullable ()
 
 setDefault ($default)
 
 getDefault ()
 
 setOptions (array $options)
 
 setOption ($name, $value)
 
 getOptions ()
 
 addConstraint (ConstraintInterface $constraint)
 
 getExpressionData ()
 
- Public Attributes inherited from ExpressionInterface
const TYPE_IDENTIFIER = 'identifier'
 
const TYPE_VALUE = 'value'
 
const TYPE_LITERAL = 'literal'
 
const TYPE_SELECT = 'select'
 

Member Data Documentation

$type = 'TIME'
protected