示例#1
0
 function getEditLanguageLink($onlyUrl = false, $withimage = true)
 {
     $controller = new SmartObjectController($this->handler);
     return $controller->getEditLanguageLink($this, $onlyUrl, $withimage);
 }