9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
|
/**
|
||
|
|
* method 函数
|
||
|
|
*/
|
||
|
|
public function method()
|
||
|
|
{
|
||
|
|
return $this->view();
|
||
|
|
}
|
||
|
|
|