Example #1
0
 /**
  * @see parent
  * @param string $method
  * @return boolean
  */
 protected function _supportedPrefix($method)
 {
     if ($method == 'clear') {
         return true;
     } else {
         return parent::_supportedPrefix($method);
     }
 }