private function __get($args) {
if($args == 'limit') {
return $this->limit;
}else {
return null;
}
}
报错:The magic method __get() must have public visibility and cannot be static 
请问这是什么原因,怎么解决,谢谢