Overview

Packages

  • Components
  • Internals
    • AR
  • RestApi
    • Objects
    • Services

Classes

  • Manufacturer
  • Product
  • ProductCategory
  • Overview
  • Package
  • Class
  • Tree
  • Todo
 1: <?php
 2: /**
 3:  * ProductCategory AR model.
 4:  *
 5:  * @property integer $id
 6:  * @property string $title
 7:  * @property string $internalCode
 8:  * @property integer $createdByUserId
 9:  *
10:  * @property Product[] $products Relevant products (many-to-many relation)
11:  *
12:  * @package Internals.AR
13:  * @author Konstantinos Filios <konfilios@gmail.com>
14:  */
15: class ProductCategory extends CActiveRecord
16: {
17:     // Implementation has been skipped. Class level doc-comments are all we need for the demo.
18: }
19: 
Bogo Yii Json Service API documentation generated by ApiGen 2.8.0