Property | Type | Description | |
---|---|---|---|
$action | string | ||
$allowOptions | boolean | ||
$collection | boolean | ||
$content | string | ||
$disableExpose | boolean | ||
$expose | array | ||
$name | string | ||
$origin | boolean | ||
$routeConditions | array | ||
$routePattern | string | ||
$verbs | array |
Method | Description | |
---|---|---|
offsetExists ( mixed $offset ) : boolean | Return key exists. | |
offsetGet ( mixed $offset ) : mixed | Return the value for the offset. | |
offsetSet ( mixed $offset, mixed $value ) | Set the offset | |
offsetUnset ( mixed $offset ) | Unset the offset. |
public offsetExists ( mixed $offset ) : boolean | ||
$offset | mixed | |
return | boolean |