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

properties() public method

public properties ( )
    public function properties()
    {
        return array('id' => new Types\SequenceType(), 'alias' => new Types\StringType(), 'identityid' => new Types\IntegerType());
    }