Api\StructType\ApiAddRequest::__toString PHP Method

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__
    public function __toString()
    {
        return __CLASS__;
    }