cakephp 4 change layout view in a method

PHP
//chnage the layout in Cakephp 4 with the layout file called ajax.php
$this->viewBuilder()->setLayout('ajax');
Source

Also in PHP: