crypto-pro-php-stubs/src/CPSigners.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)
{
}
}