<?php class CreateStickerAction { public function run() { return array("result" => "Create sticker"); } }