getTitle() 공개 메소드

public getTitle ( )
예제 #1
0
 public function __construct($route, RouteDocument $routeDocument, CustomUrlDocument $customUrl)
 {
     parent::__construct(sprintf('Cannot delete current route "%s" of custom-url "%s"', $route, $customUrl->getTitle()), 9000);
     $this->route = $route;
     $this->routeDocument = $routeDocument;
     $this->customUrl = $customUrl;
 }