Пример: ```sql @anotherPostProcess( @somePostProcess( Query10 ) ) ``` ```php Query10::all()->somePostProcess()->anotherPostProcess()->fetchAll() ```