Api\StructType\ApiExpiryDate::__toString PHP Méthode

__toString() public méthode

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