Esempio n. 1
0
 /**
  * commentable
  * @desc flag set for switching comments on and off
  * @param bool $bool
  * @static
  * @return void
  */
 public static function commentable($bool)
 {
     self::$comment = (bool) $bool;
 }