$scope
$scope : array
Scope of arguments
Event arguments.
get(string $key = null, mixed $default = null, boolean $throw = false) : mixed
Returns scope value.
string | $key | If not passed, all arguments will be returned |
mixed | $default | |
boolean | $throw | Throw exception if no default value passed and key doesn't exist |
If key doesn't exist.