Example #1
0
 /**
  * Sets the title after basic sanitizing
  * 
  * @see        parent::setTitle()
  * @param      string $v
  * @return     PcList
  */
 public function setTitle($v)
 {
     $v = strip_tags(trim($v));
     return parent::setTitle($v);
 }