AdminPageFramework_TableOfContents::__construct PHP Метод

__construct() публичный Метод

public __construct ( $sHTML, $iDepth = 4, $sTitle = '' )
    public function __construct($sHTML, $iDepth = 4, $sTitle = '')
    {
        $this->sTitle = $sTitle;
        $this->sHTML = $sHTML;
        $this->iDepth = $iDepth;
    }