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

properties() public méthode

public properties ( )
    public function properties()
    {
        return array('userid' => new Types\SequenceType(), 'firstname' => new Types\StringType(), 'lastname' => new Types\StringType(), 'group' => new Types\StringType());
    }