mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-06-30 06:43:11 +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(){}
|
|
|
|
}
|