Pheasant\Tests\Examples\UserPref::properties PHP Méthode

properties() public méthode

public properties ( )
    public function properties()
    {
        return array('userid' => new Types\IntegerType(13, 'primary'), 'pref' => new Types\StringType(), 'value' => new Types\StringType());
    }