예제 #1
0
파일: Multiplier.php 프로젝트: krecek/nrsn
	public function __construct($factory)
	{
		parent::__construct();
		$this->factory = new NCallback($factory);
	}