コード例 #1
0
 /**
  * @access private
  * @return string
  */
 function _InlineMenuRemoveImagePage($PageID)
 {
     $this->_PageStructure->RemoveInlineMenuImage($PageID);
     return $this->_InlineMenuHomePage($PageID);
 }