Controllers\xAPI\StatementStoreController::getAuthority PHP Method

getAuthority() private method

private getAuthority ( $client )
    private function getAuthority($client)
    {
        return json_decode(json_encode($client['authority']));
    }