/** * {@inheritDoc} */ public function setMetaDescription($metaDescription) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetaDescription', array($metaDescription)); return parent::setMetaDescription($metaDescription); }