get() public method
Returns the cookie with the specified name.
See also getValue().
| public yii\web\Cookie get ( $name ) | ||
|---|---|---|
| $name | string |
The cookie name |
| return | yii\web\Cookie |
The cookie with the specified name. Null if the named cookie does not exist. |
Please login to continue.