You are here

public function SourceString::isNew in Localization update 7.2

Implements LocaleString::isNew().

Overrides StringInterface::isNew

File

includes/locale/SourceString.php, line 57
Definition of SourceString.

Class

SourceString
Defines the locale source string object.

Code

public function isNew() {
  return empty($this->lid);
}