Ejemplo n.º 1
0
 protected function getURLParamByPatterProperty($propertyName = "")
 {
     try {
         return LBoxUtil::getURLParamByPatternProperty($propertyName);
     } catch (Exception $e) {
         throw $e;
     }
 }