arrayPrototype() public method

public arrayPrototype ( ) : ArrayNodeDefinition
return ArrayNodeDefinition
コード例 #1
0
 public function testPrototypeArray()
 {
     $node = new ArrayNodeDefinition('root');
     $this->assertEquals($node->prototype('array'), $node->arrayPrototype());
 }