mapdev\FacebookMessenger\Callback\Authentication::__construct PHP Метод

__construct() публичный Метод

Delivered constructor.
public __construct ( $authentication )
$authentication
    public function __construct($authentication)
    {
        $this->ref = Helper::array_find($authentication, 'ref');
    }
Authentication