Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
26 | public function __construct( $numericPropertyId, $pageTitle, $revisionId, $revisionTime, $propertyType ) { |
||
27 | $this->propertyId = (int)$numericPropertyId; |
||
28 | $this->pageTitle = $pageTitle; |
||
29 | $this->revisionId = (int)$revisionId; |
||
30 | $this->revisionTime = $revisionTime; |
||
31 | $this->propertyType = $propertyType; |
||
32 | } |
||
33 | |||
69 | } |