Skip to content

Instantly share code, notes, and snippets.

@demoriz
Created November 22, 2017 13:09
Show Gist options
  • Save demoriz/90c1086210ca39cf8242467b85d142a0 to your computer and use it in GitHub Desktop.
Save demoriz/90c1086210ca39cf8242467b85d142a0 to your computer and use it in GitHub Desktop.
bitrix 'delayed function'
<?php
// from component
$this->SetViewTarget('mycontent');
echo 'bla';
$this->EndViewTarget();
// from other areas
$APPLICATION->AddViewContent('mycontent', 'bla');
// output
$APPLICATION->ShowViewContent('mycontent');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment