GetPagePropertyList
array CMain::GetPagePropertyList()
The method returns an array of all page properties. Non-static methods.
Parameters
No parameters.
See Also
Example of use
<? $props = $APPLICATION->GetPagePropertyList(); foreach($props as $key=>$val) echo '<meta name="'.$key.'" content="'.htmlspecialchars($val).'">'; ?>
© «Bitrix24», 2001-2024