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

relationships() public method

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