public function StringInterface::setId in Localization update 7.2
Sets the string unique identifier.
Parameters
int $id: The string identifier.
Return value
StringInterface The called object.
1 method overrides StringInterface::setId()
- StringBase::setId in includes/
locale/ StringBase.php - Implements StringInterface::setId().
File
- includes/
locale/ StringInterface.php, line 30 - Definition of StringInterface.
Class
- StringInterface
- Defines the locale string interface.
Code
public function setId($id);