/** * @param int $userLicenceNum * @return bool */ function UpdateAUsersByLicences($userLicenceNum) { return $this->_connector->Execute($this->_commandCreator->UpdateAUsersByLicences($userLicenceNum)); }