Acacha\Llum\Traits\DevTools::devtools PHP 메소드

devtools() 보호된 메소드

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