beConstructedWith() public method

public beConstructedWith ( array $args )
$args array
コード例 #1
0
ファイル: Subject.php プロジェクト: HarveyCheng/myblog
 /**
  *
  */
 public function beConstructedWith()
 {
     $this->wrappedObject->beConstructedWith(func_get_args());
 }