Exemplo n.º 1
0
 /**
  * 
  * @return array Collection of system settings
  */
 public static function getAll($userid = 0)
 {
     $settings = new SystemSetting();
     return $settings->getCollection(["userid" => $userid]);
 }