Esempio n. 1
0
 /**
  * Set exclude nofollow links flag
  *
  * @param boolean $newValue
  */
 public static function setExcludeNoFollowLinks($newValue)
 {
     self::$_excludeNoFollowLinks = $newValue;
 }