mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 02:05:52 +03:00
13 lines
131 B
PHP
13 lines
131 B
PHP
<?php
|
|
|
|
class CPEncodedData
|
|
{
|
|
|
|
public function __construct(){}
|
|
|
|
public function Format(){}
|
|
|
|
public function get_Value(){}
|
|
|
|
}
|