<?php namespace Pods\Whatsit; /** * Page class. * * @since 2.8.0 */ class Page extends Legacy_Object { /** * {@inheritdoc} */ protected static $type = 'page'; }