Files
newznab-tmux/nntmux/Content.php
T
2016-09-21 12:34:07 +02:00

20 lines
326 B
PHP
Executable File

<?php
namespace nntmux;
class Content
{
public $id = '';
public $title = '';
public $url = '';
public $body = '';
public $metadescription = '';
public $metakeywords = '';
public $contenttype = '';
public $showinmenu = '';
public $status = '';
public $ordinal = '';
public $createddate = '';
public $role = '';
}