You are here

function CallLog::addCall in X Autoload 7.5

Parameters

array $call:

File

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

Class

CallLog

Namespace

Drupal\xautoload\Tests\Util

Code

function addCall(array $call) {
  $this->calls[] = $call;
}