6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
|
||
|
public function {%relationMethod%}s()
|
||
|
{
|
||
|
return $this->{%relationMode%}('{%relationClassName%}', '{%relationForeignKey%}', '{%relationPrimaryKey%}');
|
||
|
}
|