Esempio n. 1
0
 function _lastExecCount($count = 0)
 {
     if ($count) {
         self::$_lastExecCount = $count;
     }
     return self::$_lastExecCount;
 }