beConstructedWith() public méthode

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