PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
teapot
/
status-code
/
src
/
RFC
/
Status
<?php /** * Interface representing the RFC status of a given RFC. * * PHP version 5.3 * * @category StatusCode * * @package Teapot\StatusCode\RFC\Status * * @author Barney Hanlon <barney@shrikeh.net> * @copyright 2013-2016 B Hanlon. All rights reserved. * @license MIT http://opensource.org/licenses/MIT * * @link https://shrikeh.github.com/teapot */ namespace Teapot\StatusCode\RFC\Status; /** * Interface representing the RFC status of a given RFC. * * PHP version 5.3 * * @category StatusCode * * @package Teapot\StatusCode\RFC\Status * * @author Barney Hanlon <barney@shrikeh.net> * @copyright 2013-2016 B Hanlon. All rights reserved. * @license MIT http://opensource.org/licenses/MIT * * @link https://shrikeh.github.com/teapot */ interface Expired { }
[+]
..
[-] ProposedStandard.php
[edit]
[-] Expired.php
[edit]
[-] DraftStandard.php
[edit]
[-] Informational.php
[edit]
[-] Experimental.php
[edit]