Pheasant\Tests\Examples\AnotherAnimal::properties PHP Method

properties() public method

public properties ( )
    public function properties()
    {
        return array('id' => new Types\IntegerType(11, 'primary auto_increment'), 'type' => new Types\StringType(255, 'required default=llama'));
    }