mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-12-05 14:58:20 +03:00
23 lines
191 B
PHP
23 lines
191 B
PHP
<?php
|
|
|
|
class CPSigners
|
|
{
|
|
|
|
/**
|
|
* @return int
|
|
*/
|
|
public function get_Count()
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @param int $index
|
|
*
|
|
* @return CPSigner
|
|
*/
|
|
public function get_Item($index)
|
|
{
|
|
}
|
|
|
|
}
|