Pheasant\Tests\Examples\AnotherAnimal::properties PHP Метод

properties() публичный Метод

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