Skip to content

Instantly share code, notes, and snippets.

@boospot
Created September 10, 2019 17:00
Show Gist options
  • Save boospot/71b3d623b92fc53a6d5aa8d0358eef56 to your computer and use it in GitHub Desktop.
Save boospot/71b3d623b92fc53a6d5aa8d0358eef56 to your computer and use it in GitHub Desktop.
Current Methods of Books Schema Type
array (
0 => 'bookEdition',
1 => 'bookFormat',
2 => 'illustrator',
3 => 'isbn',
4 => 'numberOfPages',
5 => 'getContext',
6 => 'getType',
7 => 'setProperty',
8 => 'addProperties',
9 => 'if',
10 => 'getProperty',
11 => 'getProperties',
12 => 'offsetExists',
13 => 'offsetGet',
14 => 'offsetSet',
15 => 'offsetUnset',
16 => 'toArray',
17 => 'toScript',
18 => 'jsonSerialize',
19 => '__call',
20 => '__toString',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment