arrayPrototype() public method

public arrayPrototype ( ) : ArrayNodeDefinition
return ArrayNodeDefinition
Exemplo n.º 1
0
 public function testPrototypeArray()
 {
     $node = new ArrayNodeDefinition('root');
     $this->assertEquals($node->prototype('array'), $node->arrayPrototype());
 }