App\Source\Composite\MenuLink::get_text PHP Method

get_text() public method

Return hyperlink's title
public get_text ( ) : string
return string $title
    public function get_text()
    {
        return $this->text;
    }