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