| Total Complexity | 2 | 
| Total Lines | 35 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 7 | class CreateReview  | 
            ||
| 8 | { | 
            ||
| 9 | public $ajaxRequest;  | 
            ||
| 10 | public $assignedTo;  | 
            ||
| 11 | public $author;  | 
            ||
| 12 | public $blacklisted;  | 
            ||
| 13 | public $category;  | 
            ||
| 14 | public $content;  | 
            ||
| 15 | public $email;  | 
            ||
| 16 | public $formId;  | 
            ||
| 17 | public $ipAddress;  | 
            ||
| 18 | public $rating;  | 
            ||
| 19 | public $referrer;  | 
            ||
| 20 | public $request;  | 
            ||
| 21 | public $terms;  | 
            ||
| 22 | public $title;  | 
            ||
| 23 | |||
| 24 | public function __construct( $input )  | 
            ||
| 44 |