Esempio n. 1
0
 /**
  * @return string
  * */
 public function render()
 {
     $content = $this::T_COMMAND . ' ' . $this->_entity->qualifiedName() . ' ON ' . $this->_conditional->render();
     return str_replace("'", '', $content);
 }