| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function ShareThisSimpleProvider() |
||
| 24 | { |
||
| 25 | $owner = $this->getOwner(); |
||
| 26 | if (! isset(self::$_share_this_simple_provider[$owner->ID])) { |
||
| 27 | self::$_share_this_simple_provider[$owner->ID] = ShareThisSimpleProvider::create($this->owner); |
||
| 28 | } |
||
| 29 | |||
| 30 | return self::$_share_this_simple_provider[$owner->ID]; |
||
| 31 | } |
||
| 33 |