Example #1
0
 /**
  * The implementation method for query to the instance data Base.
  *
  * @throws None.
  *
  * @access     public
  * @static     No.
  * @see        None.
  * @since      Available from the version  1.0 01-01-2013.
  * @deprecated No.
  */
 public static function getDescriptionBusinessModel($descriptionBusiness)
 {
     self::$descriptionBusiness = $descriptionBusiness;
     return self::$descriptionBusiness;
 }