Translation2_Admin::removePage()

Translation2_Admin::removePage() -- remove all the translated strings in a page/group

Synopsis

require_once 'Admin.php';

mixed Translation2_Admin::removePage ([string $pageID = NULL])

Description

Remove all the translations for the given pageID.

Paramètres

chaîne de caractères $pageID

page/group ID

Valeur retournée

returns true on success, PEAR_Error on failure

Note

Cette fonction ne peut pas être appelée de façon statique.