TinyAuth\Controller\Component\AuthUserComponent::__construct PHP Method

__construct() public method

public __construct ( Cake\Controller\ComponentRegistry $registry, array $config = [] )
$registry Cake\Controller\ComponentRegistry
$config array
    public function __construct(ComponentRegistry $registry, array $config = [])
    {
        $config = $this->_prepareConfig($config);
        parent::__construct($registry, $config);
    }