Pheasant\Tests\Examples\Person::initialize PHP Method

initialize() public static method

public static initialize ( $builder, $pheasant )
    public static function initialize($builder, $pheasant)
    {
        $pheasant->register(__CLASS__, new RowMapper('person'));
        $builder->properties(array('personid' => new SequenceType('personid'), 'name' => new StringType()));
    }