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