Moosh\Command\Moodle26\Admin\AdminLogin::bootstrapLevel PHP 메소드

bootstrapLevel() 공개 메소드

public bootstrapLevel ( )
    public function bootstrapLevel()
    {
        # set to no client. when CLI_SCRIPT is defined, moodle creates an empty session
        return self::$BOOTSTRAP_FULL_NOCLI;
    }