Esempio n. 1
0
 /**
  * Checks if $mode is a valid returning mode of the class.
  *
  * @name        _isSupportedMode()
  * @access      public
  * @param       $mode       integer
  * @return      void
  */
 public static function _isSupportedMode($mode)
 {
     return in_array($mode, Crypt::supportedModes());
 }