Pheasant\Tests\Examples\SecretIdentity::relationships PHP Méthode

relationships() public méthode

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