Exemplo n.º 1
0
 /**
  * Temporary workaround for compatibility with 'comments' module
  * (has been extracted from sapphire/trunk in 12/2010).
  * 
  * @return Form
  */
 function PageComments()
 {
     if ($this->hasMethod('CommentsForm')) {
         return $this->CommentsForm();
     } else {
         return parent::PageComments();
     }
 }