Falcon_Handler::__construct PHP Метод

__construct() публичный Метод

This method should set up your handler completely and ensure that it's ready to start handling sending and receiving data. If the supplied options are invalid, throw an exception with the message set to a human-readable description; it will be displayed to the user on pageload.
public __construct ( array $options )
$options array Handler-specific options, saved via {@see \validate_options}
    public function __construct($options);