Overview

Namespaces

  • rsanchez
    • Deep
      • App
        • EE
        • Laravel
          • Facade
      • Collection
      • Hydrator
      • Model
      • Plugin
      • Relations
      • Repository

Classes

  • AbstractProxy
  • Categories
  • Entries
  • Titles
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: /**
 4:  * Deep
 5:  *
 6:  * @package      rsanchez\Deep
 7:  * @author       Rob Sanchez <info@robsanchez.com>
 8:  */
 9: 
10: namespace rsanchez\Deep\App\EE;
11: 
12: use rsanchez\Deep\App\EE\AbstractProxy;
13: 
14: /**
15:  * Static proxy to the Category model
16:  */
17: class Categories extends AbstractProxy
18: {
19:     /**
20:      * {@inheritdoc}
21:      */
22:     protected static function getAccessor()
23:     {
24:         return 'Category';
25:     }
26: }
27: 
API documentation generated by ApiGen 2.8.0