Resource_Group::jsonSerialize()

Summary

No summary available.

Source

File: src/BigCommerce/CLI/Resources/Resource_Group.php

	public function jsonSerialize() {
		return [
			'label'     => $this->get_label(),
			'resources' => $this->get_resources(),
		];
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.