Page MenuHomec4science

Fields.php
No OneTemporary

File Metadata

Created
Mon, Feb 17, 06:40

Fields.php

<?php
namespace RESTful;
class Fields
{
public function __get($name)
{
return new Field($name);
}
}

Event Timeline