Translation2_Admin::remove

Translation2_Admin::remove() – remove a translated string

Synopsis

require_once 'Admin.php';

mixed Translation2_Admin::remove ( string $stringID , string $pageID = null )

Description

Remove all the translations for the given stringID + pageID pair.

Parameter

string $stringID

string $pageID

Return value

returns true on success, PEAR_Error on failure

Note

This function can not be called statically.

add a new translation (Previous) Update an existing translation. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.