<?php /** * Demo Page */ class DemoData { /** * main constructor method * * @since 1.0.0 */ function __construct() { rolo_demo_page_output(); } }