Example #1
0
 /**
  * The function sets content value.
  * 
  * @static
  * @access protected
  * @param string $content The rendered content.
  */
 protected static function setContent($content)
 {
     self::$content = $content;
 }