Elgg\Services\AjaxResponse::setData PHP 메소드

setData() 공개 메소드

Set the response data
public setData ( stdClass $data ) : self
$data stdClass Response data. Must be able to be encoded in JSON.
리턴 self
    public function setData(\stdClass $data);