Skip to content

Instantly share code, notes, and snippets.

@Cipa
Created November 10, 2010 18:46
Show Gist options
  • Save Cipa/671296 to your computer and use it in GitHub Desktop.
Save Cipa/671296 to your computer and use it in GitHub Desktop.
Get TV in REVO
<?php
//Get TV in REVO
$outlinkTV = $modx->getObject('modTemplateVar', array('name' => 'outlink'));
$outlink = $outlinkTV->renderOutput($docId);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment