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

relationships() public method

public relationships ( )
    public function relationships()
    {
        return array('Powers' => Power::hasMany('id', 'heroid'), 'SecretIdentity' => SecretIdentity::belongsTo('identityid', 'id', true));
    }