CTDev::getContent PHP Метод

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

Compiles and returns module configuration page content
public getContent ( ) : string
Результат string
    public function getContent()
    {
        $url = $this->context->link->getModuleLink($this->name, 'components');
        return '<a href="' . $url . '">' . $url . '</a>';
    }