Page MenuHomec4science

Fields.php
No OneTemporary

File Metadata

Created
Thu, Oct 3, 03:13

Fields.php

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

Event Timeline