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

relationships() public method

public relationships ( )
    public function relationships()
    {
        return array('Hero' => Hero::hasOne('id', 'identityid'));
    }