| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Trello extends AbstractDriver |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | protected function processShareData() |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | protected function buildLink() |
||
| 35 | { |
||
| 36 | return 'https://trello.com/add-card' |
||
| 37 | . '?url={url}' |
||
| 38 | . '&name={title}' |
||
| 39 | ; |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | protected function getMetaTags() |
||
| 48 | } |
||
| 49 | } |
||
| 50 |