arrayPrototype() 공개 메소드

public arrayPrototype ( ) : ArrayNodeDefinition
리턴 ArrayNodeDefinition
예제 #1
0
 public function testPrototypeArray()
 {
     $node = new ArrayNodeDefinition('root');
     $this->assertEquals($node->prototype('array'), $node->arrayPrototype());
 }