crystal_cms_rcpp_fw/crystalcms_updated/app/Constants/PageUrlContentIds.php

10 lines
162 B
PHP

<?php
namespace App\Constants;
class PageUrlContentIds
{
public static $CONTENT_NONE = 0;
public static $CONTENT_PAGE = 1;
public static $CONTENT_BLOG = 2;
}