You are here

function CallLog::getCalls in X Autoload 7.5

Return value

array[]

File

tests/src/Util/CallLog.php, line 26

Class

CallLog

Namespace

Drupal\xautoload\Tests\Util

Code

function getCalls() {
  return $this->calls;
}