setWith() public method

public setWith ( $adapter )
コード例 #1
0
ファイル: phpFunction.php プロジェクト: andrewolobo/mpTracker
 public function setWith($function)
 {
     return parent::setWith(clone php\mocker::getAdapter())->setFunction($function);
 }