$resource = $modx->getObject("modResource", array("id" => "854"));
print_r("<pre>");
print_r($resource->get('content',false));
print_r("</pre>");
/**
* Gets the raw, unprocessed source content for a resource.
*
* @param array $options An array of options implementations can use to
* accept language, revision identifiers, or other information to alter the
* behavior of the method.
*
* return string The raw source content for the resource.
*/