Inpsyde\MultilingualPress\Asset\DebugAwareStyle::__toString PHP Method

__toString() public method

Returns the handle.
Since: 3.0.0
public __toString ( ) : string
return string The handle.
    public function __toString()
    {
        return $this->handle;
    }