You are here

public function CmisBrowser::getCurrent in CMIS API 8

Same name and namespace in other branches
  1. 8.2 src/CmisBrowser.php \Drupal\cmis\CmisBrowser::getCurrent()
  2. 3.0.x src/CmisBrowser.php \Drupal\cmis\CmisBrowser::getCurrent()

Get current object.

Return value

object

File

src/CmisBrowser.php, line 208

Class

CmisBrowser
Description of CmisBrowser

Namespace

Drupal\cmis

Code

public function getCurrent() {
  return $this->current;
}