App\Source\Composite\MenuLink::get_text PHP 메소드

get_text() 공개 메소드

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