beConstructedWith() публичный Метод

public beConstructedWith ( array $args )
$args array
Пример #1
0
 /**
  *
  */
 public function beConstructedWith()
 {
     $this->wrappedObject->beConstructedWith(func_get_args());
 }