Exemplo n.º 1
0
 /**
  * Staging Create (Staging Item handle part)
  *
  * @param   object Enterprise_Staging_Model_Staging $staging
  * @param   object Enterprise_Staging_Model_Staging_Event $event
  *
  * @return Enterprise_Staging_Model_Mysql4_Adapter_Item_Default
  */
 public function createRun(Enterprise_Staging_Model_Staging $staging, $event = null)
 {
     parent::checkfrontendRun($staging, $event);
     $this->_processItemMethodCallback('_createItem');
     return $this;
 }