Find all published subpages by their parent ID and exclude pages only visible for guests
public static findPublishedSubpagesWithoutGuestsByPid ( integer $intPid, boolean $blnShowHidden = false, boolean $blnIsSitemap = false ) : |
||
$intPid | integer | The parent page's ID |
$blnShowHidden | boolean | If true, hidden pages will be included |
$blnIsSitemap | boolean | If true, the sitemap settings apply |
return | A collection of models or null if there are no pages |