<?php /** * Created by Cristian. * Date: 05/09/16 11:27 PM. */ namespace Reliese\Coders\Model; interface Relation { /** * @return string */ public function hint(); /** * @return string */ public function name(); /** * @return string */ public function body(); /** * @return string */ public function returnType(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Relations | Folder | 0755 |
|
|
Templates | Folder | 0755 |
|
|
Config.php | File | 1.2 KB | 0644 |
|
Factory.php | File | 17.57 KB | 0644 |
|
Model.php | File | 25.79 KB | 0644 |
|
ModelManager.php | File | 1.48 KB | 0644 |
|
Mutation.php | File | 742 B | 0644 |
|
Mutator.php | File | 1.62 KB | 0644 |
|
Relation.php | File | 397 B | 0644 |
|