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'));
    }