INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Upgrade / Snapshot / V4p2 / Price / DAO / SetEntity.php
index a718314335bb15949ff85672b828a89ee1c47a4f..6020b3a4dad0255d64b0813740aaa556775128db 100644 (file)
@@ -42,21 +42,18 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * static instance to hold the table name
    *
    * @var string
-   * @static
    */
   static $_tableName = 'civicrm_price_set_entity';
   /**
    * static instance to hold the field values
    *
    * @var array
-   * @static
    */
   static $_fields = NULL;
   /**
    * static instance to hold the FK relationships
    *
    * @var string
-   * @static
    */
   static $_links = NULL;
   /**
@@ -64,7 +61,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * be imported
    *
    * @var array
-   * @static
    */
   static $_import = NULL;
   /**
@@ -72,7 +68,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * be exported
    *
    * @var array
-   * @static
    */
   static $_export = NULL;
   /**
@@ -80,7 +75,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * this table in the civicrm_log table
    *
    * @var boolean
-   * @static
    */
   static $_log = TRUE;
   /**
@@ -172,7 +166,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   /**
    * returns the names of this table
    *
-   * @static
    * @return string
    */
   public static function getTableName() {
@@ -192,7 +185,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * returns the list of fields that can be imported
    *
    * return array
-   * @static
    */
   static function &import($prefix = FALSE) {
     if (!(self::$_import)) {
@@ -216,7 +208,6 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
    * returns the list of fields that can be exported
    *
    * return array
-   * @static
    */
   static function &export($prefix = FALSE) {
     if (!(self::$_export)) {