Documentation

GetPagePropertyList

array
CMain::GetPagePropertyList()

The method returns an array of all page properties. Non-static methods.

Parameters


No parameters.

See Also

  • CMain::ShowProperty
  • CMain::GetProperty
  • CMain::GetPageProperty
  • CMain::GetDirProperty
  • CMain::GetDirPropertyList
  • CMain::SetPageProperty
  • CMain::SetDirProperty

    Example of use

    <?
    $props = $APPLICATION->GetPagePropertyList();
    foreach($props as $key=>$val)
    	echo '<meta name="'.$key.'" content="'.htmlspecialchars($val).'">';
    ?>


  • © «Bitrix24», 2001-2024
    Up