create = $obj; } public function executeCreate($flag, $path, $other) { $this->create->check($flag, $path); $this->create->make($flag, $path, $other); } }