10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
/**
|
|
* Get the [% relation_name %] for this model.
|
|
*
|
|
* @return [% relation_return_type %]
|
|
*/
|
|
public function [% relation_name %]()
|
|
{
|
|
return $this->[% relation_type %]([% relation_params %]);
|
|
}
|