getRouteChildren() public method

Filters out children that do not implement the RouteObjectInterface.
public getRouteChildren ( ) : Symfony\Cmf\Component\Routing\RouteObjectInterface[]
return Symfony\Cmf\Component\Routing\RouteObjectInterface[]
コード例 #1
0
ファイル: RouteTest.php プロジェクト: pamil/RoutingBundle
 public function testGetRouteChildrenNull()
 {
     $res = $this->route->getRouteChildren();
     $this->assertEquals(array(), $res);
 }