beConstructedWith() public method

public beConstructedWith ( array $args )
$args array
Esempio n. 1
0
 /**
  *
  */
 public function beConstructedWith()
 {
     $this->wrappedObject->beConstructedWith(func_get_args());
 }