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

Filters out children that do not implement the RouteObjectInterface.
public getRouteChildren ( ) : Symfony\Cmf\Component\Routing\RouteObjectInterface[]
Результат Symfony\Cmf\Component\Routing\RouteObjectInterface[]
Пример #1
0
 public function testGetRouteChildrenNull()
 {
     $res = $this->route->getRouteChildren();
     $this->assertEquals(array(), $res);
 }