_params = array( 'desc' => 'Some description', 'identifier' => 'PROFILE-2923849' //Some identifier for the transaction ); } public function get_params() { return $this->_params; } public function get_description() { return $this->_descrip(); } }