Exemplo n.º 1
0
 /**
  * Checks whether the node is localized
  * @param string $locale
  * @return boolean
  */
 public function isLocalized($locale)
 {
     $localizedName = $this->node->getProperty(Node::PROPERTY_NAME . '.' . $locale);
     return $localizedName ? true : false;
 }