❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
response::success($message = 'Everything went fine', $data = array(), $code = 200)
Returns a success response
$message
(string)
$data
(mixed)
$code
(mixed)
return
(object)
↑
Toolkit API overview
←
response::json
→
response::__toString
↓
Back to Toolkit API section
Top