| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class UrlRule extends \yii\rest\UrlRule |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var array tokens for supporting extra actions in addition to those listed in [[tokens]]. |
||
| 20 | * The keys are the tokens and the values are the corresponding action IDs. |
||
| 21 | * These extra patterns will take precedence over [[tokens]]. |
||
| 22 | */ |
||
| 23 | public $extraTokens = []; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function init() |
||
| 32 | } |
||
| 33 | } |