Exemplo n.º 1
0
 /**
  * _doExecute
  * 
  * @param	void
  * 
  * @return	Enum
  **/
 protected function _doExecute()
 {
     if (!parent::_doExecute()) {
         return TRPG_FRAME_VIEW_ERROR;
     }
     $ret = $this->_saveImage('rpg', $this->mObject->get('title'), 'image1');
     return $ret == true ? TRPG_FRAME_VIEW_SUCCESS : TRPG_FRAME_VIEW_ERROR;
 }