Burgomaster::__destruct PHP 메소드

__destruct() 공개 메소드

Cleanup if the last section was not already closed.
public __destruct ( )
    public function __destruct()
    {
        if ($this->sections) {
            $this->endSection();
        }
    }