flangefrog Posted September 8, 2014 Report Posted September 8, 2014 Could one of the Blesta devs please let me know what validation checks the below TODO is referring to? public function addService($package, array $vars = null, $parent_package = null, $parent_service = null, $status = "pending") { # # TODO: Handle validation checks #
Tyson Posted September 8, 2014 Report Posted September 8, 2014 The todo refers to checking the input fields contained in $vars to ensure the fields required by the module are defined and valid for use when adding the service. Michael 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now