コード例 #1
0
 /**
  * {@inheritDoc}
  * @api
  */
 public function getEventJournal($eventTypes = null, $absPath = null, $isDeep = null, array $uuid = null, array $nodeTypeName = null)
 {
     return $this->transport->getEventJournal($this->session, $eventTypes, $absPath, $isDeep, $uuid, $nodeTypeName);
 }