lithium\test\Fixture::$_fields

protected property

Fields definition

Example: {{{ protected $_fields = array( 'id' => array('type' => 'id'), 'firstname' => array('type' => 'string', 'default' => 'foo', 'null' => false), 'lastname' => array('type' => 'string', 'default' => 'bar', 'null' => false) ); }}}

Source

	protected $_fields = [];