beConstructedWith() 공개 메소드

public beConstructedWith ( array $args )
$args array
예제 #1
0
 /**
  *
  */
 public function beConstructedWith()
 {
     $this->wrappedObject->beConstructedWith(func_get_args());
 }