*/ interface Factory { /* * Validates data. * * @param mixed $data * * @return bool */ public function createByRequest(Request $request); }