arrayPrototype() public method

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