5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
function initialize(&$controller) {
|
||
|
$this->controller = &$controller;
|
||
|
${1}
|
||
|
};
|