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

properties() public method

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