$modx->getChunk('test', array(
'human' => array(
'name' => 'b03tz'
)
));[[!+human.name]]
<?php
$output = $modx->getChunk('test', array(
'human' => array(
'name' => 'b03tz'
)
));
return $output;[[+human.name]]
Calling it uncached will make it "skip" the parse cycle iirc.