PhpSigep\Services\SoapClient\Real::rastrearObjeto PHP Метод

rastrearObjeto() публичный Метод

public rastrearObjeto ( RastrearObjeto $params ) : PhpSigep\Services\Result<\PhpSigep\Model\RastrearObjetoResultado[]>
$params PhpSigep\Model\RastrearObjeto
Результат PhpSigep\Services\Result<\PhpSigep\Model\RastrearObjetoResultado[]>
    public function rastrearObjeto(\PhpSigep\Model\RastrearObjeto $params)
    {
        $service = new ServiceImplementation\RastrearObjeto();
        return $service->execute($params);
    }