<?php namespace fphammerle\yii2\auth\clientcert; class Authenticator extends \yii\base\Component { /** * @return string */ public static function foo() { return 'bar'; } }