|
$response = call_user_func_array($this->callback, $this->parameters);
|
|
$response = call_user_func_array($this->callback, $this->parameters);
|
|
$response = isset($this->callback['before']) ? Route\Filter::call($this->callback['before'], array(), true) : null;
|
|
$response = isset($this->callback['before']) ? Route\Filter::call($this->callback['before'], array(), true) : null;
|