Yasumi\Holiday::jsonSerialize PHP 메소드

jsonSerialize() 공개 메소드

Serializes the object to a value that can be serialized natively by json_encode().
public jsonSerialize ( )
    public function jsonSerialize()
    {
        return $this;
    }