Habari\Plugin::__construct PHP Метод

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

Plugins should not define their own constructors, because they are instantiated to extract plugin info. Instead, include a sink for a "init" hook which is executed immediately after the plugin is loaded during normal execution.
final public __construct ( )
    public final function __construct()
    {
        parent::__construct();
    }