Пример #1
0
 /**
  * Check if Inline Translates is allowed
  *
  * Translation within the vde will be enabled by the client when the 'Edit' button is enabled.
  *
  * @return bool
  */
 public function isAllowed()
 {
     return $this->_helper->isAllowed();
 }