JControllerBase::unserialize
Unserialize the controller.
Signature
public function unserialize(string
$input )
Parameters
-
$input
- The serialized controller.
Returns
- JController
- Supports chaining.
Errors/Exceptions
-
UnexpectedValueException
- if input is not the right class.