GC_Comment::to_array()

最后更新于:2021-11-26 22:26:58

GC_Comment::to_array()

Convert object to array.

响应

(array) Object as array.

源文件

文件: gc-includes/class-gc-comment.php

	public function to_array() {
		return get_object_vars( $this );
	}