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

public beConstructedThrough ( callable | string | null $factoryMethod, array $arguments = [] )
$factoryMethod callable | string | null
$arguments array
Пример #1
0
 /**
  * @param array|string $factoryMethod
  * @param array        $arguments
  */
 public function beConstructedThrough($factoryMethod, array $arguments = array())
 {
     $this->wrappedObject->beConstructedThrough($factoryMethod, $arguments);
 }