Acacha\Llum\Traits\DevTools::devtools PHP Méthode

devtools() protected méthode

Execute devtools command.
protected devtools ( ) : integer
Résultat integer -1 if error occurred
    protected function devtools()
    {
        if ($this->idehelper() == -1) {
            return -1;
        }
        if ($this->debugbar() == -1) {
            return -1;
        }
    }