Skip to content
Extraits de code Groupes Projets
Valider 15eed37b rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Add toString() method to Piwik\Segment for easier logging of Segment instances.

parent c94c501f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -451,4 +451,14 @@ class Segment
$query = $this->buildSelectQuery($select, $from, $where, $orderBy, $groupBy);
return $query;
}
}
/**
* Returns the segment string.
*
* @return string
*/
public function __toString()
{
return (string) $this->getString();
}
}
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter