Report/Form as deepaks pointed out getTitle exists in parent class
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 31 Jan 2014 09:59:55 +0000 (22:59 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 31 Jan 2014 09:59:55 +0000 (22:59 +1300)
CRM/Report/Form.php

index c8db44a89d3a005b88b1f0d0a4a4488e1df5c909..055e0d9b00242b66569b456d5ed8d3130fa7cbf1 100644 (file)
@@ -812,13 +812,6 @@ class CRM_Report_Form extends CRM_Core_Form {
   function getDefaultValues() {
     return $this->_defaults;
   }
-  /**
-   * Getter for $_title
-   * @return string $_title
-   */
-  function getTitle() {
-    return $this->_title;
-  }
 
   function addColumns() {
     $options = array();