| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | public function getItemInfo() { |
||
| 44 | return ( new ItemInfo() ) |
||
| 45 | ->setPageTitle( $this->getPageTitle() ) |
||
| 46 | ->setNumericItemId( $this->getNumericItemId() ) |
||
| 47 | ->setRevisionId( $this->getRevisionId() ) |
||
| 48 | ->setItemType( $this->getItemType() ) |
||
| 49 | ->setRevisionTime( $this->getRevisionTime() ) |
||
| 50 | ->setEnglishLabel( $this->getEnglishLabel() ) |
||
| 51 | ->setEnglishWikipediaTitle( $this->getEnglishWikipediaTitle() ); |
||
| 52 | } |
||
| 53 | |||
| 55 |