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

Protected Attributes

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

Additional Inherited Members

- Public Member Functions inherited from AbstractLengthColumn
 __construct ($name, $length=null, $nullable=false, $default=null, array $options=[])
 
 
 setLength ($length)
 
 getLength ()
 
 getExpressionData ()
 
- Public Attributes inherited from ExpressionInterface
const TYPE_IDENTIFIER = 'identifier'
 
const TYPE_VALUE = 'value'
 
const TYPE_LITERAL = 'literal'
 
const TYPE_SELECT = 'select'
 
- Protected Member Functions inherited from AbstractLengthColumn
 getLengthExpression ()
 

Member Data Documentation

$type = 'TEXT'
protected