コード例 #1
0
 public function getResult()
 {
     $this->result['currentDirectory'] = $this->getCurrentDirectory();
     $result = parent::getResult();
     return $result;
 }
コード例 #2
0
 public function getResult()
 {
     $this->result['current'] = $this->documentId;
     $result = parent::getResult();
     return $result;
 }