mediawiki-extensions-Replac.../.phan/stubs/ALTree.php

11 lines
195 B
PHP
Raw Normal View History

<?php
class ALTree {
public $sections;
function __construct();
function getSection( $section_header );
function addSection( $section, $next_section_header = null );
function toString();
}