SYMBOL INDEX (2375 symbols across 318 files) FILE: src/Blocks/BlockFactory.php class BlockFactory (line 5) | class BlockFactory method fromArray (line 10) | public static function fromArray(array $array): BlockInterface FILE: src/Blocks/BlockInterface.php type BlockInterface (line 6) | interface BlockInterface method metadata (line 8) | public function metadata(): BlockMetadata; method addChild (line 9) | public function addChild(BlockInterface $child): self; method changeChildren (line 10) | public function changeChildren(BlockInterface ...$children): self; method delete (line 11) | public function delete(): self; method archive (line 16) | public function archive(): self; method fromArray (line 19) | public static function fromArray(array $array): self; method toArray (line 21) | public function toArray(): array; FILE: src/Blocks/BlockMetadata.php class BlockMetadata (line 21) | class BlockMetadata method __construct (line 23) | private function __construct( method create (line 43) | public static function create(BlockType $type): self method fromArray (line 55) | public static function fromArray(array $array): self method toArray (line 71) | public function toArray(): array method delete (line 92) | public function delete(): self method restore (line 105) | public function restore(): self method updateHasChildren (line 118) | public function updateHasChildren(bool $hasChildren): self method update (line 130) | public function update(): self method checkType (line 147) | public function checkType(BlockType $expectedType): void FILE: src/Blocks/Bookmark.php class Bookmark (line 23) | class Bookmark implements BlockInterface method __construct (line 26) | private function __construct( method fromUrl (line 37) | public static function fromUrl(string $url): self method fromArray (line 44) | public static function fromArray(array $array): self method toArray (line 57) | public function toArray(): array method metadata (line 69) | public function metadata(): BlockMetadata method changeUrl (line 75) | public function changeUrl(string $url): self method changeCaption (line 81) | public function changeCaption(RichText ...$caption): self method addChild (line 86) | public function addChild(BlockInterface $child): never method changeChildren (line 91) | public function changeChildren(BlockInterface ...$children): never method delete (line 96) | public function delete(): BlockInterface method archive (line 109) | public function archive(): BlockInterface FILE: src/Blocks/Breadcrumb.php class Breadcrumb (line 16) | class Breadcrumb implements BlockInterface method __construct (line 18) | private function __construct( method create (line 24) | public static function create(): self method fromArray (line 31) | public static function fromArray(array $array): self method toArray (line 39) | public function toArray(): array method metadata (line 48) | public function metadata(): BlockMetadata method addChild (line 53) | public function addChild(BlockInterface $child): never method changeChildren (line 58) | public function changeChildren(BlockInterface ...$children): never method delete (line 63) | public function delete(): BlockInterface method archive (line 72) | public function archive(): BlockInterface FILE: src/Blocks/BulletedListItem.php class BulletedListItem (line 24) | class BulletedListItem implements BlockInterface method __construct (line 30) | private function __construct( method create (line 42) | public static function create(): self method fromString (line 52) | public static function fromString(string $content): self method fromArray (line 60) | public static function fromArray(array $array): self method toArray (line 77) | public function toArray(): array method toString (line 91) | public function toString(): string method metadata (line 96) | public function metadata(): BlockMetadata method changeText (line 101) | public function changeText(RichText ...$text): self method addText (line 109) | public function addText(RichText $text): self method changeChildren (line 117) | public function changeChildren(BlockInterface ...$children): self method addChild (line 129) | public function addChild(BlockInterface $child): self method changeColor (line 142) | public function changeColor(Color $color): self method delete (line 152) | public function delete(): BlockInterface method archive (line 166) | public function archive(): BlockInterface FILE: src/Blocks/Callout.php class Callout (line 28) | class Callout implements BlockInterface method __construct (line 34) | private function __construct( method create (line 44) | public static function create(): self method fromString (line 52) | public static function fromString(string $emoji, string $content): self method fromArray (line 61) | public static function fromArray(array $array): self method toArray (line 89) | public function toArray(): array method toString (line 103) | public function toString(): string method metadata (line 108) | public function metadata(): BlockMetadata method changeText (line 113) | public function changeText(RichText ...$text): self method addText (line 118) | public function addText(RichText $text): self method changeIcon (line 126) | public function changeIcon(Emoji|File|Icon $icon): self method changeChildren (line 139) | public function changeChildren(BlockInterface ...$children): self method addChild (line 152) | public function addChild(BlockInterface $child): self method changeColor (line 166) | public function changeColor(Color $color): self method delete (line 177) | public function delete(): BlockInterface method archive (line 192) | public function archive(): BlockInterface FILE: src/Blocks/ChildDatabase.php class ChildDatabase (line 16) | class ChildDatabase implements BlockInterface method __construct (line 18) | private function __construct( method fromArray (line 25) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array method metadata (line 45) | public function metadata(): BlockMetadata method addChild (line 50) | public function addChild(BlockInterface $child): never method changeChildren (line 55) | public function changeChildren(BlockInterface ...$children): never method delete (line 60) | public function delete(): BlockInterface method archive (line 72) | public function archive(): BlockInterface FILE: src/Blocks/ChildPage.php class ChildPage (line 16) | class ChildPage implements BlockInterface method __construct (line 18) | private function __construct( method fromArray (line 25) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array method metadata (line 45) | public function metadata(): BlockMetadata method addChild (line 50) | public function addChild(BlockInterface $child): never method changeChildren (line 55) | public function changeChildren(BlockInterface ...$children): never method delete (line 60) | public function delete(): BlockInterface method archive (line 72) | public function archive(): BlockInterface FILE: src/Blocks/Client.php class Client (line 9) | class Client method __construct (line 14) | public function __construct( method find (line 19) | public function find(string $blockId): BlockInterface method findChildren (line 31) | public function findChildren(string $blockId): array method findChildrenRecursive (line 46) | public function findChildrenRecursive(string $blockId): array method append (line 67) | public function append(string $blockId, array $blocks): array method update (line 88) | public function update(BlockInterface $block): BlockInterface method delete (line 119) | public function delete(string $blockId): BlockInterface FILE: src/Blocks/Code.php class Code (line 22) | class Code implements BlockInterface method __construct (line 28) | private function __construct( method create (line 37) | public static function create(): self method fromText (line 43) | public static function fromText( method fromString (line 52) | public static function fromString( method fromArray (line 62) | public static function fromArray(array $array): self method toArray (line 76) | public function toArray(): array method toString (line 89) | public function toString(): string method metadata (line 94) | public function metadata(): BlockMetadata method changeText (line 99) | public function changeText(RichText ...$text): self method addText (line 104) | public function addText(RichText $text): self method changeLanguage (line 112) | public function changeLanguage(CodeLanguage $language): self method changeCaption (line 117) | public function changeCaption(RichText ...$caption): self method addChild (line 122) | public function addChild(BlockInterface $child): never method changeChildren (line 127) | public function changeChildren(BlockInterface ...$children): never method delete (line 132) | public function delete(): BlockInterface method archive (line 146) | public function archive(): BlockInterface FILE: src/Blocks/Column.php class Column (line 18) | class Column implements BlockInterface method __construct (line 21) | private function __construct( method create (line 32) | public static function create(BlockInterface ...$children): self method fromArray (line 39) | public static function fromArray(array $array): self method addChild (line 51) | public function addChild(BlockInterface $child): self method changeChildren (line 56) | public function changeChildren(BlockInterface ...$children): self method toArray (line 61) | public function toArray(): array method metadata (line 72) | public function metadata(): BlockMetadata method delete (line 77) | public function delete(): BlockInterface method archive (line 89) | public function archive(): BlockInterface FILE: src/Blocks/ColumnList.php class ColumnList (line 18) | class ColumnList implements BlockInterface method __construct (line 21) | private function __construct( method create (line 28) | public static function create(Column ...$columns): self method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 48) | public function toArray(): array method metadata (line 59) | public function metadata(): BlockMetadata method addChild (line 64) | public function addChild(BlockInterface $child): self method changeChildren (line 74) | public function changeChildren(BlockInterface ...$children): self method delete (line 86) | public function delete(): BlockInterface method archive (line 98) | public function archive(): BlockInterface FILE: src/Blocks/Divider.php class Divider (line 15) | class Divider implements BlockInterface method __construct (line 17) | private function __construct( method create (line 23) | public static function create(): self method fromArray (line 30) | public static function fromArray(array $array): self method toArray (line 38) | public function toArray(): array method metadata (line 47) | public function metadata(): BlockMetadata method addChild (line 52) | public function addChild(BlockInterface $child): never method changeChildren (line 57) | public function changeChildren(BlockInterface ...$children): never method delete (line 62) | public function delete(): BlockInterface method archive (line 73) | public function archive(): BlockInterface FILE: src/Blocks/Embed.php class Embed (line 16) | class Embed implements BlockInterface method __construct (line 18) | private function __construct( method fromUrl (line 25) | public static function fromUrl(string $url = ""): self method fromArray (line 32) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array method metadata (line 52) | public function metadata(): BlockMetadata method changeUrl (line 57) | public function changeUrl(string $url): self method addChild (line 62) | public function addChild(BlockInterface $child): never method changeChildren (line 67) | public function changeChildren(BlockInterface ...$children): never method delete (line 72) | public function delete(): BlockInterface method archive (line 84) | public function archive(): BlockInterface FILE: src/Blocks/EquationBlock.php class EquationBlock (line 18) | class EquationBlock implements BlockInterface method __construct (line 20) | private function __construct( method fromString (line 27) | public static function fromString(string $expression = ""): self method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 46) | public function toArray(): array method metadata (line 55) | public function metadata(): BlockMetadata method changeEquation (line 60) | public function changeEquation(Equation $equation): self method addChild (line 65) | public function addChild(BlockInterface $child): never method changeChildren (line 70) | public function changeChildren(BlockInterface ...$children): never method delete (line 75) | public function delete(): BlockInterface method archive (line 87) | public function archive(): BlockInterface FILE: src/Blocks/FileBlock.php class FileBlock (line 16) | class FileBlock implements BlockInterface method __construct (line 18) | private function __construct( method fromFile (line 25) | public static function fromFile(File $file): self method fromArray (line 32) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array method metadata (line 52) | public function metadata(): BlockMetadata method file (line 57) | public function file(): File method changeFile (line 62) | public function changeFile(File $file): self method addChild (line 67) | public function addChild(BlockInterface $child): never method changeChildren (line 72) | public function changeChildren(BlockInterface ...$children): never method delete (line 77) | public function delete(): BlockInterface method archive (line 89) | public function archive(): BlockInterface FILE: src/Blocks/Heading1.php class Heading1 (line 25) | class Heading1 implements BlockInterface method __construct (line 31) | private function __construct( method fromText (line 41) | public static function fromText(RichText ...$text): self method fromString (line 48) | public static function fromString(string $content): self method fromArray (line 56) | public static function fromArray(array $array): self method toArray (line 78) | public function toArray(): array method toString (line 92) | public function toString(): string method metadata (line 102) | public function metadata(): BlockMetadata method changeText (line 107) | public function changeText(RichText ...$text): self method addText (line 112) | public function addText(RichText $text): self method toggllify (line 120) | public function toggllify(): self method untogglify (line 125) | public function untogglify(): self method changeColor (line 134) | public function changeColor(Color $color): self method addChild (line 145) | public function addChild(BlockInterface $child): self method changeChildren (line 161) | public function changeChildren(BlockInterface ...$children): self method delete (line 170) | public function delete(): BlockInterface method archive (line 185) | public function archive(): BlockInterface FILE: src/Blocks/Heading2.php class Heading2 (line 25) | class Heading2 implements BlockInterface method __construct (line 31) | private function __construct( method fromText (line 41) | public static function fromText(RichText ...$text): self method fromString (line 48) | public static function fromString(string $content): self method fromArray (line 56) | public static function fromArray(array $array): self method toArray (line 78) | public function toArray(): array method toString (line 92) | public function toString(): string method metadata (line 102) | public function metadata(): BlockMetadata method changeText (line 107) | public function changeText(RichText ...$text): self method addText (line 112) | public function addText(RichText $text): self method toggllify (line 120) | public function toggllify(): self method untogglify (line 125) | public function untogglify(): self method changeColor (line 134) | public function changeColor(Color $color): self method addChild (line 145) | public function addChild(BlockInterface $child): self method changeChildren (line 161) | public function changeChildren(BlockInterface ...$children): self method delete (line 170) | public function delete(): BlockInterface method archive (line 185) | public function archive(): BlockInterface FILE: src/Blocks/Heading3.php class Heading3 (line 25) | class Heading3 implements BlockInterface method __construct (line 31) | private function __construct( method fromText (line 41) | public static function fromText(RichText ...$text): self method fromString (line 48) | public static function fromString(string $content): self method fromArray (line 56) | public static function fromArray(array $array): self method toArray (line 78) | public function toArray(): array method toString (line 92) | public function toString(): string method metadata (line 102) | public function metadata(): BlockMetadata method changeText (line 107) | public function changeText(RichText ...$text): self method addText (line 112) | public function addText(RichText $text): self method toggllify (line 120) | public function toggllify(): self method untogglify (line 125) | public function untogglify(): self method changeColor (line 134) | public function changeColor(Color $color): self method addChild (line 145) | public function addChild(BlockInterface $child): self method changeChildren (line 161) | public function changeChildren(BlockInterface ...$children): self method delete (line 170) | public function delete(): BlockInterface method archive (line 185) | public function archive(): BlockInterface FILE: src/Blocks/Image.php class Image (line 17) | class Image implements BlockInterface method __construct (line 19) | private function __construct( method fromFile (line 26) | public static function fromFile(File $file): self method fromArray (line 33) | public static function fromArray(array $array): self method toArray (line 44) | public function toArray(): array method metadata (line 53) | public function metadata(): BlockMetadata method changeFile (line 58) | public function changeFile(File $file): self method changeCaption (line 63) | public function changeCaption(RichText ...$caption): self method addChild (line 68) | public function addChild(BlockInterface $child): never method changeChildren (line 73) | public function changeChildren(BlockInterface ...$children): never method delete (line 78) | public function delete(): BlockInterface method archive (line 90) | public function archive(): BlockInterface FILE: src/Blocks/LinkPreview.php class LinkPreview (line 20) | class LinkPreview implements BlockInterface method __construct (line 22) | private function __construct( method fromArray (line 29) | public static function fromArray(array $array): self method toArray (line 40) | public function toArray(): array method metadata (line 49) | public function metadata(): BlockMetadata method addChild (line 54) | public function addChild(BlockInterface $child): never method changeChildren (line 59) | public function changeChildren(BlockInterface ...$children): never method delete (line 64) | public function delete(): BlockInterface method archive (line 76) | public function archive(): BlockInterface FILE: src/Blocks/NumberedListItem.php class NumberedListItem (line 22) | class NumberedListItem implements BlockInterface method __construct (line 28) | private function __construct( method create (line 37) | public static function create(): self method fromString (line 44) | public static function fromString(string $content): self method fromArray (line 52) | public static function fromArray(array $array): self method toArray (line 69) | public function toArray(): array method toString (line 82) | public function toString(): string method metadata (line 87) | public function metadata(): BlockMetadata method changeText (line 92) | public function changeText(RichText ...$text): self method addText (line 97) | public function addText(RichText $text): self method addChild (line 105) | public function addChild(BlockInterface $child): self method changeChildren (line 118) | public function changeChildren(BlockInterface ...$children): self method changeColor (line 130) | public function changeColor(Color $color): self method delete (line 140) | public function delete(): BlockInterface method archive (line 154) | public function archive(): BlockInterface FILE: src/Blocks/Paragraph.php class Paragraph (line 22) | class Paragraph implements BlockInterface method __construct (line 28) | private function __construct( method create (line 37) | public static function create(): self method fromString (line 44) | public static function fromString(string $content): self method fromArray (line 52) | public static function fromArray(array $array): self method toArray (line 69) | public function toArray(): array method toString (line 82) | public function toString(): string method metadata (line 92) | public function metadata(): BlockMetadata method changeText (line 98) | public function changeText(array $text): self method addText (line 103) | public function addText(RichText $text): self method changeChildren (line 111) | public function changeChildren(BlockInterface ...$children): self method addChild (line 123) | public function addChild(BlockInterface $child): self method changeColor (line 136) | public function changeColor(Color $color): self method delete (line 146) | public function delete(): BlockInterface method archive (line 160) | public function archive(): BlockInterface FILE: src/Blocks/Pdf.php class Pdf (line 16) | class Pdf implements BlockInterface method __construct (line 18) | private function __construct( method fromFile (line 25) | public static function fromFile(File $file): self method fromArray (line 32) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array method metadata (line 52) | public function metadata(): BlockMetadata method changeFile (line 57) | public function changeFile(File $file): self method addChild (line 62) | public function addChild(BlockInterface $child): never method changeChildren (line 67) | public function changeChildren(BlockInterface ...$children): never method delete (line 72) | public function delete(): BlockInterface method archive (line 84) | public function archive(): BlockInterface FILE: src/Blocks/Quote.php class Quote (line 23) | class Quote implements BlockInterface method __construct (line 29) | private function __construct( method create (line 38) | public static function create(): self method fromString (line 45) | public static function fromString(string $content): self method fromArray (line 53) | public static function fromArray(array $array): self method toArray (line 70) | public function toArray(): array method toString (line 83) | public function toString(): string method metadata (line 93) | public function metadata(): BlockMetadata method changeText (line 99) | public function changeText(array $text): self method addText (line 104) | public function addText(RichText $text): self method changeChildren (line 112) | public function changeChildren(BlockInterface ...$children): self method addChild (line 124) | public function addChild(BlockInterface $child): self method changeColor (line 137) | public function changeColor(Color $color): self method delete (line 147) | public function delete(): BlockInterface method archive (line 161) | public function archive(): BlockInterface FILE: src/Blocks/Renderer/BlockRendererInterface.php type BlockRendererInterface (line 7) | interface BlockRendererInterface method render (line 9) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/BookmarkRenderer.php class BookmarkRenderer (line 10) | final class BookmarkRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/BreadcrumbRenderer.php class BreadcrumbRenderer (line 10) | final class BreadcrumbRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/BulletedListItemRenderer.php class BulletedListItemRenderer (line 10) | final class BulletedListItemRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/CalloutRenderer.php class CalloutRenderer (line 10) | final class CalloutRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ChildDatabaseRenderer.php class ChildDatabaseRenderer (line 10) | final class ChildDatabaseRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ChildPageRenderer.php class ChildPageRenderer (line 10) | final class ChildPageRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/CodeRenderer.php class CodeRenderer (line 10) | final class CodeRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ColumnListRenderer.php class ColumnListRenderer (line 10) | final class ColumnListRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ColumnRenderer.php class ColumnRenderer (line 10) | final class ColumnRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/DividerRenderer.php class DividerRenderer (line 10) | final class DividerRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/EmbedRenderer.php class EmbedRenderer (line 10) | final class EmbedRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/EquationRenderer.php class EquationRenderer (line 10) | final class EquationRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/FileRenderer.php class FileRenderer (line 10) | final class FileRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/Heading1Renderer.php class Heading1Renderer (line 10) | final class Heading1Renderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/Heading2Renderer.php class Heading2Renderer (line 10) | final class Heading2Renderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/Heading3Renderer.php class Heading3Renderer (line 10) | final class Heading3Renderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ImageRenderer.php class ImageRenderer (line 10) | final class ImageRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/LinkPreviewRenderer.php class LinkPreviewRenderer (line 10) | final class LinkPreviewRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/NumberedListItemRenderer.php class NumberedListItemRenderer (line 10) | final class NumberedListItemRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ParagraphRenderer.php class ParagraphRenderer (line 10) | final class ParagraphRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/PdfRenderer.php class PdfRenderer (line 10) | final class PdfRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/QuoteRenderer.php class QuoteRenderer (line 10) | final class QuoteRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/RichTextRenderer.php class RichTextRenderer (line 7) | final class RichTextRenderer method render (line 9) | public static function render(RichText ...$text): string method around (line 44) | private static function around(string $text, string $around): string FILE: src/Blocks/Renderer/Markdown/TableOfContentsRenderer.php class TableOfContentsRenderer (line 10) | final class TableOfContentsRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ToDoRenderer.php class ToDoRenderer (line 10) | final class ToDoRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/ToggleRenderer.php class ToggleRenderer (line 11) | final class ToggleRenderer implements BlockRendererInterface method render (line 13) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/Markdown/VideoRenderer.php class VideoRenderer (line 10) | final class VideoRenderer implements BlockRendererInterface method render (line 12) | public static function render(BlockInterface $block, int $depth = 0): ... FILE: src/Blocks/Renderer/MarkdownRenderer.php class MarkdownRenderer (line 9) | class MarkdownRenderer implements RendererInterface method render (line 11) | public static function render(BlockInterface ...$blocks): string method renderWithOverrides (line 29) | public static function renderWithOverrides( method renderBlock (line 50) | public static function renderBlock( method ident (line 91) | public static function ident(string $text, int $depth): string FILE: src/Blocks/Renderer/RendererInterface.php type RendererInterface (line 7) | interface RendererInterface method render (line 9) | public static function render(BlockInterface ...$blocks): string; method renderBlock (line 11) | public static function renderBlock(BlockInterface $block, int $depth =... FILE: src/Blocks/Table.php class Table (line 22) | class Table implements BlockInterface method __construct (line 25) | private function __construct( method create (line 35) | public static function create(): self method fromArray (line 42) | public static function fromArray(array $array): self method toArray (line 58) | public function toArray(): array method metadata (line 72) | public function metadata(): BlockMetadata method changeWidth (line 77) | public function changeWidth(int $tableWidth): self method enableColumnHeader (line 88) | public function enableColumnHeader(): self method disableColumnHeader (line 99) | public function disableColumnHeader(): self method enableRowHeader (line 110) | public function enableRowHeader(): self method disableRowHeader (line 121) | public function disableRowHeader(): self method changeRows (line 132) | public function changeRows(TableRow ...$rows): self method addRow (line 145) | public function addRow(TableRow $row): self method changeChildren (line 159) | public function changeChildren(BlockInterface ...$children): self method addChild (line 171) | public function addChild(BlockInterface $child): self method delete (line 181) | public function delete(): BlockInterface method archive (line 196) | public function archive(): BlockInterface FILE: src/Blocks/TableOfContents.php class TableOfContents (line 19) | class TableOfContents implements BlockInterface method __construct (line 21) | private function __construct( method create (line 28) | public static function create(): self method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 48) | public function toArray(): array method metadata (line 57) | public function metadata(): BlockMetadata method addChild (line 62) | public function addChild(BlockInterface $child): never method changeChildren (line 67) | public function changeChildren(BlockInterface ...$children): never method changeColor (line 72) | public function changeColor(Color $color): self method delete (line 80) | public function delete(): BlockInterface method archive (line 92) | public function archive(): BlockInterface FILE: src/Blocks/TableRow.php class TableRow (line 20) | class TableRow implements BlockInterface method __construct (line 23) | private function __construct( method create (line 30) | public static function create(): self method fromArray (line 37) | public static function fromArray(array $array): self method toArray (line 51) | public function toArray(): array method addCell (line 65) | public function addCell(RichText ...$cell): self method metadata (line 73) | public function metadata(): BlockMetadata method changeChildren (line 78) | public function changeChildren(BlockInterface ...$children): self method addChild (line 83) | public function addChild(BlockInterface $child): self method delete (line 88) | public function delete(): BlockInterface method archive (line 100) | public function archive(): BlockInterface FILE: src/Blocks/ToDo.php class ToDo (line 24) | class ToDo implements BlockInterface method __construct (line 30) | private function __construct( method create (line 40) | public static function create(): self method fromString (line 47) | public static function fromString(string $content): self method fromArray (line 55) | public static function fromArray(array $array): self method toArray (line 74) | public function toArray(): array method toString (line 88) | public function toString(): string method metadata (line 98) | public function metadata(): BlockMetadata method changeText (line 103) | public function changeText(RichText ...$text): self method addText (line 108) | public function addText(RichText $text): self method check (line 116) | public function check(): self method uncheck (line 121) | public function uncheck(): self method changeChildren (line 126) | public function changeChildren(BlockInterface ...$children): self method addChild (line 139) | public function addChild(BlockInterface $child): self method changeColor (line 153) | public function changeColor(Color $color): self method delete (line 164) | public function delete(): BlockInterface method archive (line 179) | public function archive(): BlockInterface FILE: src/Blocks/Toggle.php class Toggle (line 22) | class Toggle implements BlockInterface method __construct (line 28) | private function __construct( method createEmpty (line 37) | public static function createEmpty(): self method fromString (line 44) | public static function fromString(string $content): self method fromArray (line 52) | public static function fromArray(array $array): self method toArray (line 69) | public function toArray(): array method toString (line 82) | public function toString(): string method metadata (line 92) | public function metadata(): BlockMetadata method changeText (line 97) | public function changeText(RichText ...$text): self method addText (line 102) | public function addText(RichText $text): self method changeChildren (line 110) | public function changeChildren(BlockInterface ...$children): self method addChild (line 122) | public function addChild(BlockInterface $child): self method changeColor (line 135) | public function changeColor(Color $color): self method delete (line 145) | public function delete(): BlockInterface method archive (line 159) | public function archive(): BlockInterface FILE: src/Blocks/Unknown.php class Unknown (line 12) | class Unknown implements BlockInterface method __construct (line 14) | private function __construct( method metadata (line 20) | public function metadata(): BlockMetadata method addChild (line 25) | public function addChild(BlockInterface $child): self method changeChildren (line 40) | public function changeChildren(BlockInterface ...$children): self method delete (line 53) | public function delete(): self method fromArray (line 62) | public static function fromArray(array $array): self method toArray (line 70) | public function toArray(): array method archive (line 79) | public function archive(): BlockInterface FILE: src/Blocks/Video.php class Video (line 16) | class Video implements BlockInterface method __construct (line 18) | private function __construct( method fromFile (line 25) | public static function fromFile(File $file): self method fromArray (line 32) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array method metadata (line 52) | public function metadata(): BlockMetadata method changeFile (line 57) | public function changeFile(File $file): self method addChild (line 62) | public function addChild(BlockInterface $child): never method changeChildren (line 67) | public function changeChildren(BlockInterface ...$children): never method delete (line 72) | public function delete(): BlockInterface method archive (line 84) | public function archive(): BlockInterface FILE: src/Comments/Client.php class Client (line 11) | class Client method __construct (line 16) | public function __construct( method list (line 28) | public function list(string $id): array method create (line 39) | public function create(Comment $comment): Comment FILE: src/Comments/Comment.php class Comment (line 27) | class Comment method __construct (line 30) | private function __construct( method create (line 41) | public static function create(string $pageId, RichText ...$text): self method createReply (line 52) | public static function createReply(string $discussionId, RichText ...$... method fromArray (line 63) | public static function fromArray(array $array): self method toArray (line 76) | public function toArray(): array FILE: src/Common/Annotations.php class Annotations (line 16) | class Annotations method __construct (line 18) | private function __construct( method create (line 29) | public static function create(): self method fromArray (line 39) | public static function fromArray(array $array): self method toArray (line 51) | public function toArray(): array method bold (line 63) | public function bold(bool $bold = true): self method italic (line 75) | public function italic(bool $italic = true): self method strikeThrough (line 87) | public function strikeThrough(bool $strikeThrough = true): self method underline (line 99) | public function underline(bool $underline = true): self method code (line 111) | public function code(bool $code = true): self method changeColor (line 123) | public function changeColor(Color $color): self FILE: src/Common/Date.php class Date (line 12) | class Date method __construct (line 16) | private function __construct( method create (line 22) | public static function create(DateTimeImmutable $date): self method createRange (line 27) | public static function createRange( method now (line 34) | public static function now(): self method fromArray (line 44) | public static function fromArray(array $array): self method toArray (line 52) | public function toArray(): array method isRange (line 60) | public function isRange(): bool method changeStart (line 65) | public function changeStart(DateTimeImmutable $start): self method changeEnd (line 70) | public function changeEnd(DateTimeImmutable $end): self method removeEnd (line 75) | public function removeEnd(): self FILE: src/Common/Emoji.php class Emoji (line 10) | class Emoji method __construct (line 12) | private function __construct( method fromString (line 17) | public static function fromString(string $emoji): self method fromArray (line 23) | public static function fromArray(array $array): self method toArray (line 28) | public function toArray(): array method toString (line 36) | public function toString(): string FILE: src/Common/Equation.php class Equation (line 10) | class Equation method __construct (line 12) | private function __construct( method fromString (line 17) | public static function fromString(string $expression): self method fromArray (line 27) | public static function fromArray(array $array): self method toArray (line 32) | public function toArray(): array FILE: src/Common/File.php class File (line 21) | class File method __construct (line 24) | private function __construct( method createExternal (line 34) | public static function createExternal(string $url): self method createInternal (line 39) | public static function createInternal( method createFileUpload (line 46) | public static function createFileUpload(string $fileId): self method fromArray (line 56) | public static function fromArray(array $array): self method toArray (line 72) | public function toArray(): array method isExternal (line 112) | public function isExternal(): bool method isInternal (line 117) | public function isInternal(): bool method isFileUpload (line 122) | public function isFileUpload(): bool method changeUrl (line 127) | public function changeUrl(string $url): self method changeFileUploadId (line 132) | public function changeFileUploadId(string $fileId): self method changeName (line 137) | public function changeName(string $name): self method changeCaption (line 142) | public function changeCaption(RichText ...$caption): self FILE: src/Common/Icon.php class Icon (line 7) | class Icon method __construct (line 9) | private function __construct( method fromEmoji (line 23) | public static function fromEmoji(Emoji $emoji): self method fromFile (line 29) | public static function fromFile(File $file): self method toArray (line 35) | public function toArray(): array method isEmoji (line 51) | public function isEmoji(): bool method isFile (line 59) | public function isFile(): bool FILE: src/Common/Mention.php class Mention (line 21) | class Mention method __construct (line 23) | private function __construct( method page (line 32) | public static function page(string $pageId): self method database (line 37) | public static function database(string $databaseId): self method user (line 42) | public static function user(User $user): self method date (line 47) | public static function date(Date $date): self method fromArray (line 57) | public static function fromArray(array $array): self method toArray (line 69) | public function toArray(): array method isPage (line 92) | public function isPage(): bool method isDatabase (line 100) | public function isDatabase(): bool method isUser (line 108) | public function isUser(): bool method isDate (line 116) | public function isDate(): bool FILE: src/Common/ParentBlock.php class ParentBlock (line 14) | class ParentBlock method __construct (line 16) | private function __construct( method database (line 22) | public static function database(string $databaseId): self method page (line 27) | public static function page(string $pageId): self method block (line 32) | public static function block(string $blockId): self method workspace (line 37) | public static function workspace(): self method fromArray (line 43) | public static function fromArray(array $array): self method toArray (line 57) | public function toArray(): array FILE: src/Common/RichText.php class RichText (line 23) | class RichText method __construct (line 25) | private function __construct( method fromString (line 37) | public static function fromString(string $content): self method createLink (line 44) | public static function createLink(string $content, string $url): self method fromText (line 52) | public static function fromText(Text $text): self method fromEquation (line 67) | public static function fromEquation(Equation $equation): self method fromMention (line 82) | public static function fromMention(Mention $mention): self method newLine (line 97) | public static function newLine(): self method fromArray (line 107) | public static function fromArray(array $array): self method toString (line 120) | public function toString(): string method toArray (line 125) | public function toArray(): array method isText (line 152) | public function isText(): bool method isMention (line 160) | public function isMention(): bool method isEquation (line 168) | public function isEquation(): bool method changeHref (line 173) | public function changeHref(string $href): self method changeAnnotations (line 186) | public function changeAnnotations(Annotations $annotations): self method bold (line 199) | public function bold(bool $bold = true): self method italic (line 206) | public function italic(bool $italic = true): self method strikeThrough (line 213) | public function strikeThrough(bool $strikeThrough = true): self method underline (line 220) | public function underline(bool $underline = true): self method code (line 227) | public function code(bool $code = true): self method color (line 234) | public function color(Color $color): self method multipleToString (line 242) | public static function multipleToString(self ...$richText): string FILE: src/Common/Text.php class Text (line 10) | class Text method __construct (line 12) | private function __construct( method fromString (line 19) | public static function fromString(string $content): self method fromArray (line 29) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array method changeContent (line 46) | public function changeContent(string $content): self method changeUrl (line 51) | public function changeUrl(string $url): self method removeUrl (line 56) | public function removeUrl(): self FILE: src/Configuration.php class Configuration (line 25) | class Configuration method __construct (line 27) | private function __construct( method create (line 37) | public static function create(string $token): self method createFromPsrImplementations (line 49) | public static function createFromPsrImplementations( method enableRetryOnConflict (line 69) | public function enableRetryOnConflict(int $attempts = 1): self method disableRetryOnConflict (line 78) | public function disableRetryOnConflict(): self method properties (line 88) | private function properties(): array FILE: src/Databases/Client.php class Client (line 15) | class Client method __construct (line 20) | public function __construct( method find (line 25) | public function find(string $databaseId): Database method create (line 36) | public function create(Database $database): Database method update (line 53) | public function update(Database $database): Database method delete (line 74) | public function delete(Database $database): void method query (line 84) | public function query(Database $database, Query $query): Result method queryAllPages (line 107) | public function queryAllPages(Database $database, array $sorts = []): ... FILE: src/Databases/Database.php class Database (line 42) | class Database method __construct (line 49) | private function __construct( method create (line 71) | public static function create(DatabaseParent $parent): self method fromArray (line 95) | public static function fromArray(array $array): self method toArray (line 152) | public function toArray(): array method hasIcon (line 173) | public function hasIcon(): bool method changeTitle (line 178) | public function changeTitle(string $title): self method changeAdvancedTitle (line 195) | public function changeAdvancedTitle(RichText ...$title): self method changeIcon (line 212) | public function changeIcon(Emoji|File|Icon $icon): self method removeIcon (line 237) | public function removeIcon(): self method changeCover (line 254) | public function changeCover(File $cover): self method removeCover (line 271) | public function removeCover(): self method properties (line 288) | public function properties(): PropertyCollection method addProperty (line 293) | public function addProperty(PropertyInterface $property): self method removePropertyByName (line 310) | public function removePropertyByName(string $propertyName): self method changeProperty (line 327) | public function changeProperty(PropertyInterface $property): self method changeProperties (line 345) | public function changeProperties(array $properties): self method changeParent (line 362) | public function changeParent(DatabaseParent $parent): self method enableInline (line 379) | public function enableInline(): self method disableInline (line 396) | public function disableInline(): self method hasTitleProperty (line 414) | private function hasTitleProperty(array $properties): bool method propertiesToArray (line 425) | private function propertiesToArray(): array FILE: src/Databases/DatabaseParent.php class DatabaseParent (line 15) | class DatabaseParent method __construct (line 17) | private function __construct( method page (line 23) | public static function page(string $pageId): self method workspace (line 28) | public static function workspace(): self method block (line 33) | public static function block(string $blockId): self method fromArray (line 43) | public static function fromArray(array $array): self method toArray (line 52) | public function toArray(): array method isPage (line 69) | public function isPage(): bool method isWorkspace (line 74) | public function isWorkspace(): bool method isBlock (line 79) | public function isBlock(): bool FILE: src/Databases/Properties/Checkbox.php class Checkbox (line 16) | class Checkbox implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Checkbox"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/CreatedBy.php class CreatedBy (line 16) | class CreatedBy implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "CreatedBy"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/CreatedTime.php class CreatedTime (line 16) | class CreatedTime implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "CreatedTime"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/Date.php class Date (line 16) | class Date implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Date"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/Email.php class Email (line 16) | class Email implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Email"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/Files.php class Files (line 16) | class Files implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Files"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/Formula.php class Formula (line 16) | class Formula implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 24) | public static function create(string $propertyName = "Formula", string... method metadata (line 31) | public function metadata(): PropertyMetadata method changeExpression (line 36) | public function changeExpression(string $expression): self method fromArray (line 41) | public static function fromArray(array $array): self method toArray (line 50) | public function toArray(): array FILE: src/Databases/Properties/LastEditedBy.php class LastEditedBy (line 16) | class LastEditedBy implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "LastEditedBy"): ... method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/LastEditedTime.php class LastEditedTime (line 16) | class LastEditedTime implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "LastEditedTime")... method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/MultiSelect.php class MultiSelect (line 20) | class MultiSelect implements PropertyInterface method __construct (line 23) | private function __construct( method create (line 30) | public static function create(string $propertyName = "Multi Select", a... method metadata (line 37) | public function metadata(): PropertyMetadata method changeOptions (line 42) | public function changeOptions(SelectOption ...$options): self method addOption (line 47) | public function addOption(SelectOption $option): self method fromArray (line 55) | public static function fromArray(array $array): self method toArray (line 67) | public function toArray(): array FILE: src/Databases/Properties/Number.php class Number (line 16) | class Number implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 24) | public static function create( method metadata (line 33) | public function metadata(): PropertyMetadata method changeFormat (line 38) | public function changeFormat(NumberFormat $format): self method fromArray (line 43) | public static function fromArray(array $array): self method toArray (line 52) | public function toArray(): array FILE: src/Databases/Properties/People.php class People (line 16) | class People implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "People"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/PhoneNumber.php class PhoneNumber (line 16) | class PhoneNumber implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "PhoneNumber"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/PropertyCollection.php class PropertyCollection (line 6) | final class PropertyCollection method __construct (line 9) | private function __construct( method create (line 17) | public static function create(PropertyInterface ...$properties): self method add (line 27) | public function add(PropertyInterface $property): self method change (line 35) | public function change(PropertyInterface $property): self method remove (line 40) | public function remove(string $propertyName): self method get (line 48) | public function get(string $propertyName): PropertyInterface method getById (line 57) | public function getById(string $propertyId): PropertyInterface method getAll (line 69) | public function getAll(): array method getCheckbox (line 74) | public function getCheckbox(string $propertyName): Checkbox method getCheckboxById (line 79) | public function getCheckboxById(string $propertyId): Checkbox method getCreatedBy (line 84) | public function getCreatedBy(string $propertyName): CreatedBy method getCreatedByById (line 89) | public function getCreatedByById(string $propertyId): CreatedBy method getCreatedTime (line 94) | public function getCreatedTime(string $propertyName): CreatedTime method getCreatedTimeById (line 99) | public function getCreatedTimeById(string $propertyId): CreatedTime method getDate (line 104) | public function getDate(string $propertyName): Date method getDateById (line 109) | public function getDateById(string $propertyId): Date method getEmail (line 114) | public function getEmail(string $propertyName): Email method getEmailById (line 119) | public function getEmailById(string $propertyId): Email method getFiles (line 124) | public function getFiles(string $propertyName): Files method getFilesById (line 129) | public function getFilesById(string $propertyId): Files method getFormula (line 134) | public function getFormula(string $propertyName): Formula method getFormulaById (line 139) | public function getFormulaById(string $propertyId): Formula method getLastEditedBy (line 144) | public function getLastEditedBy(string $propertyName): LastEditedBy method getLastEditedByById (line 149) | public function getLastEditedByById(string $propertyId): LastEditedBy method getLastEditedTime (line 154) | public function getLastEditedTime(string $propertyName): LastEditedTime method getLastEditedTimeById (line 159) | public function getLastEditedTimeById(string $propertyId): LastEditedTime method getMultiSelect (line 164) | public function getMultiSelect(string $propertyName): MultiSelect method getMultiSelectById (line 169) | public function getMultiSelectById(string $propertyId): MultiSelect method getNumber (line 174) | public function getNumber(string $propertyName): Number method getNumberById (line 179) | public function getNumberById(string $propertyId): Number method getPeople (line 184) | public function getPeople(string $propertyName): People method getPeopleById (line 189) | public function getPeopleById(string $propertyId): People method getPhoneNumber (line 194) | public function getPhoneNumber(string $propertyName): PhoneNumber method getPhoneNumberById (line 199) | public function getPhoneNumberById(string $propertyId): PhoneNumber method getRelation (line 204) | public function getRelation(string $propertyName): Relation method getRelationById (line 209) | public function getRelationById(string $propertyId): Relation method getRichText (line 214) | public function getRichText(string $propertyName): RichTextProperty method getRichTextById (line 219) | public function getRichTextById(string $propertyId): RichTextProperty method getSelect (line 224) | public function getSelect(string $propertyName): Select method getSelectById (line 229) | public function getSelectById(string $propertyId): Select method getStatus (line 234) | public function getStatus(string $propertyName): Status method getStatusById (line 239) | public function getStatusById(string $propertyId): Status method getTitle (line 244) | public function getTitle(string $propertyName): Title method getTitleById (line 249) | public function getTitleById(string $propertyId): Title method getUniqueId (line 254) | public function getUniqueId(string $propertyName): UniqueId method getUniqueIdById (line 259) | public function getUniqueIdById(string $propertyName): UniqueId method getUrl (line 264) | public function getUrl(string $propertyName): Url method getUrlById (line 269) | public function getUrlById(string $propertyName): Url method getTyped (line 280) | private function getTyped(string $propertyName, string $propertyType):... method getTypedById (line 298) | private function getTypedById(string $propertyId, string $propertyType... FILE: src/Databases/Properties/PropertyFactory.php class PropertyFactory (line 5) | class PropertyFactory method fromArray (line 10) | public static function fromArray(array $array): PropertyInterface FILE: src/Databases/Properties/PropertyInterface.php type PropertyInterface (line 6) | interface PropertyInterface method fromArray (line 9) | public static function fromArray(array $array): self; method toArray (line 11) | public function toArray(): array; method metadata (line 13) | public function metadata(): PropertyMetadata; FILE: src/Databases/Properties/PropertyMetadata.php class PropertyMetadata (line 10) | class PropertyMetadata method __construct (line 12) | private function __construct( method create (line 21) | public static function create(string $id, string $name, PropertyType $... method fromArray (line 31) | public static function fromArray(array $array): self method toArray (line 44) | public function toArray(): array FILE: src/Databases/Properties/Relation.php class Relation (line 26) | class Relation implements PropertyInterface method __construct (line 28) | private function __construct( method createUnidirectional (line 44) | public static function createUnidirectional(string $propertyName, stri... method createBidirectional (line 52) | public static function createBidirectional( method changeToUnidirectional (line 64) | public function changeToUnidirectional(): self method changeToBidirectional (line 71) | public function changeToBidirectional(string $syncedPropertyName, stri... method metadata (line 84) | public function metadata(): PropertyMetadata method fromArray (line 89) | public static function fromArray(array $array): self method toArray (line 107) | public function toArray(): array method isUniderectional (line 131) | public function isUniderectional(): bool method isBiderectional (line 136) | public function isBiderectional(): bool FILE: src/Databases/Properties/RichTextProperty.php class RichTextProperty (line 16) | class RichTextProperty implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Text"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/Select.php class Select (line 20) | class Select implements PropertyInterface method __construct (line 23) | private function __construct( method create (line 30) | public static function create(string $propertyName = "Select", array $... method metadata (line 37) | public function metadata(): PropertyMetadata method changeOptions (line 42) | public function changeOptions(SelectOption ...$options): self method addOption (line 47) | public function addOption(SelectOption $option): self method fromArray (line 55) | public static function fromArray(array $array): self method toArray (line 69) | public function toArray(): array FILE: src/Databases/Properties/SelectOption.php class SelectOption (line 17) | class SelectOption method __construct (line 19) | private function __construct( method fromId (line 26) | public static function fromId(string $id): self method fromName (line 31) | public static function fromName(string $name): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method changeName (line 64) | public function changeName(string $name): self method changeColor (line 69) | public function changeColor(Color $color): self FILE: src/Databases/Properties/Status.php class Status (line 22) | class Status implements PropertyInterface method __construct (line 28) | private function __construct( method metadata (line 35) | public function metadata(): PropertyMetadata method fromArray (line 40) | public static function fromArray(array $array): self method toArray (line 60) | public function toArray(): array FILE: src/Databases/Properties/StatusGroup.php class StatusGroup (line 18) | class StatusGroup method __construct (line 21) | private function __construct( method fromArray (line 29) | public static function fromArray(array $array): self method toArray (line 40) | public function toArray(): array FILE: src/Databases/Properties/StatusOption.php class StatusOption (line 17) | class StatusOption method __construct (line 19) | private function __construct( method fromId (line 26) | public static function fromId(string $id): self method fromName (line 31) | public static function fromName(string $name): self method fromArray (line 36) | public static function fromArray(array $array): self method changeColor (line 47) | public function changeColor(Color $color): self method toArray (line 52) | public function toArray(): array method changeName (line 69) | public function changeName(string $name): self FILE: src/Databases/Properties/Title.php class Title (line 16) | class Title implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Title"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Properties/UniqueId.php class UniqueId (line 16) | class UniqueId implements PropertyInterface method __construct (line 18) | private function __construct( method metadata (line 23) | public function metadata(): PropertyMetadata method fromArray (line 28) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array FILE: src/Databases/Properties/Unknown.php class Unknown (line 15) | class Unknown implements PropertyInterface method __construct (line 17) | private function __construct( method metadata (line 23) | public function metadata(): PropertyMetadata method fromArray (line 28) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array FILE: src/Databases/Properties/Url.php class Url (line 16) | class Url implements PropertyInterface method __construct (line 18) | private function __construct( method create (line 23) | public static function create(string $propertyName = "Url"): self method metadata (line 30) | public function metadata(): PropertyMetadata method fromArray (line 35) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array FILE: src/Databases/Query.php class Query (line 10) | class Query method __construct (line 15) | private function __construct( method create (line 23) | public static function create(): self method changeFilter (line 28) | public function changeFilter(Filter $filter): self method addSort (line 34) | public function addSort(Sort $sort): self method changeAddedSort (line 46) | public function changeAddedSort(Sort $sort): self method changeSorts (line 52) | public function changeSorts(Sort ...$sorts): self method changeStartCursor (line 57) | public function changeStartCursor(string $startCursor): self method changePageSize (line 62) | public function changePageSize(int $pageSize): self method toArray (line 71) | public function toArray(): array FILE: src/Databases/Query/CheckboxFilter.php class CheckboxFilter (line 6) | class CheckboxFilter implements Filter, Condition method __construct (line 13) | private function __construct( method property (line 23) | public static function property(string $propertyName): self method propertyType (line 28) | public function propertyType(): string method propertyName (line 33) | public function propertyName(): string method operator (line 38) | public function operator(): Operator method value (line 43) | public function value(): bool method toArray (line 48) | public function toArray(): array method equals (line 58) | public function equals(bool $value): self method doesNotEqual (line 63) | public function doesNotEqual(bool $value): self FILE: src/Databases/Query/CompoundFilter.php class CompoundFilter (line 6) | class CompoundFilter implements Filter method __construct (line 17) | private function __construct(string $type, Filter ...$filters) method and (line 23) | public static function and(Filter ...$filters): self method or (line 28) | public static function or(Filter ...$filters): self method toArray (line 33) | public function toArray(): array FILE: src/Databases/Query/Condition.php type Condition (line 5) | interface Condition method propertyType (line 7) | public function propertyType(): string; method propertyName (line 8) | public function propertyName(): string; method operator (line 9) | public function operator(): Operator; method value (line 10) | public function value(): mixed; FILE: src/Databases/Query/DateFilter.php class DateFilter (line 8) | class DateFilter implements Filter, Condition method __construct (line 33) | private function __construct( method property (line 44) | public static function property(string $propertyName): self method createdTime (line 54) | public static function createdTime(): self method lastEditedTime (line 64) | public static function lastEditedTime(): self method propertyType (line 74) | public function propertyType(): string method propertyName (line 79) | public function propertyName(): string method operator (line 84) | public function operator(): Operator method value (line 89) | public function value(): string|bool|array|stdClass method toArray (line 94) | public function toArray(): array method equals (line 106) | public function equals(string $value): self method before (line 111) | public function before(string $value): self method after (line 116) | public function after(string $value): self method onOrBefore (line 121) | public function onOrBefore(string $value): self method isEmpty (line 126) | public function isEmpty(): self method isNotEmpty (line 131) | public function isNotEmpty(): self method onOrAfter (line 136) | public function onOrAfter(string $value): self method pastWeek (line 141) | public function pastWeek(): self method pastMonth (line 146) | public function pastMonth(): self method pastYear (line 151) | public function pastYear(): self method nextWeek (line 156) | public function nextWeek(): self method nextMonth (line 161) | public function nextMonth(): self method nextYear (line 166) | public function nextYear(): self method thisWeek (line 171) | public function thisWeek(): self FILE: src/Databases/Query/Filter.php type Filter (line 6) | interface Filter method toArray (line 8) | public function toArray(): array; FILE: src/Databases/Query/MultiSelectFilter.php class MultiSelectFilter (line 6) | class MultiSelectFilter implements Filter, Condition method __construct (line 15) | private function __construct( method property (line 25) | public static function property(string $propertyName): self method propertyType (line 34) | public function propertyType(): string method propertyName (line 39) | public function propertyName(): string method operator (line 44) | public function operator(): Operator method value (line 49) | public function value(): string|bool method toArray (line 54) | public function toArray(): array method contains (line 64) | public function contains(string $value): self method doesNotContain (line 69) | public function doesNotContain(string $value): self method isEmpty (line 74) | public function isEmpty(): self method isNotEmpty (line 79) | public function isNotEmpty(): self FILE: src/Databases/Query/NumberFilter.php class NumberFilter (line 6) | class NumberFilter implements Filter, Condition method __construct (line 20) | private function __construct( method property (line 30) | public static function property(string $propertyName): self method propertyType (line 39) | public function propertyType(): string method propertyName (line 44) | public function propertyName(): string method operator (line 49) | public function operator(): Operator method value (line 54) | public function value(): int|float|bool method toArray (line 59) | public function toArray(): array method equals (line 69) | public function equals(int|float $value): self method doesNotEqual (line 74) | public function doesNotEqual(int|float $value): self method greaterThan (line 79) | public function greaterThan(int|float $value): self method lessThan (line 84) | public function lessThan(int|float $value): self method greaterThanOrEqualTo (line 89) | public function greaterThanOrEqualTo(int|float $value): self method lessThanOrEqualTo (line 94) | public function lessThanOrEqualTo(int|float $value): self method isEmpty (line 99) | public function isEmpty(): self method isNotEmpty (line 104) | public function isNotEmpty(): self FILE: src/Databases/Query/PeopleFilter.php class PeopleFilter (line 6) | class PeopleFilter implements Filter, Condition method __construct (line 15) | private function __construct( method property (line 25) | public static function property(string $propertyName): self method createdBy (line 34) | public static function createdBy(): self method lastEditedBy (line 43) | public static function lastEditedBy(): self method propertyType (line 52) | public function propertyType(): string method propertyName (line 57) | public function propertyName(): string method operator (line 62) | public function operator(): Operator method value (line 67) | public function value(): string|bool method toArray (line 72) | public function toArray(): array method contains (line 82) | public function contains(string $userId): self method doesNotContain (line 87) | public function doesNotContain(string $userId): self method isEmpty (line 92) | public function isEmpty(): self method isNotEmpty (line 97) | public function isNotEmpty(): self FILE: src/Databases/Query/RelationFilter.php class RelationFilter (line 6) | class RelationFilter implements Filter, Condition method __construct (line 16) | private function __construct( method property (line 26) | public static function property(string $propertyName): self method propertyType (line 36) | public function propertyType(): string method propertyName (line 41) | public function propertyName(): string method operator (line 46) | public function operator(): Operator method value (line 51) | public function value(): string|bool method toArray (line 56) | public function toArray(): array method contains (line 66) | public function contains(string $value): self method doesNotContain (line 71) | public function doesNotContain(string $value): self method isEmpty (line 76) | public function isEmpty(): self method isNotEmpty (line 81) | public function isNotEmpty(): self FILE: src/Databases/Query/Result.php class Result (line 19) | class Result method __construct (line 22) | private function __construct( method fromArray (line 30) | public static function fromArray(array $array): self FILE: src/Databases/Query/SelectFilter.php class SelectFilter (line 6) | class SelectFilter implements Filter, Condition method __construct (line 15) | private function __construct( method property (line 25) | public static function property(string $propertyName): self method propertyType (line 35) | public function propertyType(): string method propertyName (line 40) | public function propertyName(): string method operator (line 45) | public function operator(): Operator method value (line 50) | public function value(): string|bool method toArray (line 55) | public function toArray(): array method equals (line 65) | public function equals(string $value): self method doesNotEqual (line 70) | public function doesNotEqual(string $value): self method isEmpty (line 75) | public function isEmpty(): self method isNotEmpty (line 80) | public function isNotEmpty(): self FILE: src/Databases/Query/Sort.php class Sort (line 8) | class Sort method __construct (line 20) | private function __construct( method property (line 27) | public static function property(string $propertyName): self method createdTime (line 32) | public static function createdTime(): self method lastEditedTime (line 37) | public static function lastEditedTime(): self method ascending (line 42) | public function ascending(): self method descending (line 47) | public function descending(): self method toArray (line 52) | public function toArray(): array FILE: src/Databases/Query/StatusFilter.php class StatusFilter (line 6) | class StatusFilter implements Filter, Condition method __construct (line 15) | private function __construct( method property (line 25) | public static function property(string $propertyName): self method propertyType (line 35) | public function propertyType(): string method propertyName (line 40) | public function propertyName(): string method operator (line 45) | public function operator(): Operator method value (line 50) | public function value(): string|bool method toArray (line 55) | public function toArray(): array method equals (line 65) | public function equals(string $value): self method doesNotEqual (line 70) | public function doesNotEqual(string $value): self method isEmpty (line 75) | public function isEmpty(): self method isNotEmpty (line 80) | public function isNotEmpty(): self FILE: src/Databases/Query/TextFilter.php class TextFilter (line 6) | class TextFilter implements Filter, Condition method __construct (line 19) | private function __construct( method property (line 29) | public static function property(string $propertyName): self method propertyType (line 38) | public function propertyType(): string method propertyName (line 43) | public function propertyName(): string method operator (line 48) | public function operator(): Operator method value (line 53) | public function value(): string|bool method toArray (line 58) | public function toArray(): array method equals (line 68) | public function equals(string $value): self method doesNotEqual (line 73) | public function doesNotEqual(string $value): self method contains (line 78) | public function contains(string $value): self method doesNotContain (line 83) | public function doesNotContain(string $value): self method startsWith (line 88) | public function startsWith(string $value): self method endsWith (line 93) | public function endsWith(string $value): self method isEmpty (line 98) | public function isEmpty(): self method isNotEmpty (line 103) | public function isNotEmpty(): self FILE: src/Exceptions/ApiException.php class ApiException (line 10) | class ApiException extends NotionException method __construct (line 15) | final public function __construct( method fromResponse (line 26) | final public static function fromResponse(ResponseInterface $response)... method getNotionCode (line 44) | final public function getNotionCode(): string FILE: src/Exceptions/BlockException.php class BlockException (line 8) | class BlockException extends NotionException method wrongType (line 10) | public static function wrongType(BlockType $expectedType): self method noChindrenSupport (line 15) | public static function noChindrenSupport(): self FILE: src/Exceptions/ColumnException.php class ColumnException (line 5) | class ColumnException extends BlockException method columnInsideColumn (line 7) | public static function columnInsideColumn(): self FILE: src/Exceptions/ColumnListException.php class ColumnListException (line 5) | class ColumnListException extends BlockException method childNotColumn (line 7) | public static function childNotColumn(): self FILE: src/Exceptions/ConflictException.php class ConflictException (line 5) | class ConflictException extends ApiException FILE: src/Exceptions/DatabaseException.php class DatabaseException (line 5) | class DatabaseException extends NotionException method internalCover (line 7) | public static function internalCover(): self method noTitleProperty (line 12) | public static function noTitleProperty(): self FILE: src/Exceptions/FileUploadException.php class FileUploadException (line 5) | class FileUploadException extends NotionException method fileDoesNotExist (line 7) | public static function fileDoesNotExist(string $filePath): self method fileIsNotReadable (line 12) | public static function fileIsNotReadable(string $filePath): self method fileSizeCouldNotBeDetermined (line 17) | public static function fileSizeCouldNotBeDetermined(string $filePath):... method couldNotGetFileContent (line 22) | public static function couldNotGetFileContent(string $filePath): self method couldNotOpenFileForReading (line 27) | public static function couldNotOpenFileForReading(string $filePath): self method couldNotReadChunkFromFile (line 32) | public static function couldNotReadChunkFromFile(string $filePath, int... FILE: src/Exceptions/HeadingException.php class HeadingException (line 5) | class HeadingException extends BlockException method untogglifyWithChildren (line 7) | public static function untogglifyWithChildren(): self FILE: src/Exceptions/IconException.php class IconException (line 5) | class IconException extends NotionException method bothNull (line 7) | public static function bothNull(): self method bothSet (line 12) | public static function bothSet(): self FILE: src/Exceptions/NotionException.php class NotionException (line 10) | class NotionException extends \Exception FILE: src/Exceptions/RelationException.php class RelationException (line 5) | class RelationException extends NotionException method emptySyncedPropertyName (line 7) | public static function emptySyncedPropertyName(): self method emptySyncedPropertyId (line 12) | public static function emptySyncedPropertyId(): self FILE: src/FileUploads/Client.php class Client (line 14) | class Client method __construct (line 23) | public function __construct( method find (line 28) | public function find(string $fileUploadId): FileUpload method list (line 47) | public function list(FileUploadStatus|null $status = null, string|null... method findAll (line 81) | public function findAll(FileUploadStatus|null $status = null): array method upload (line 98) | public function upload(string $filePath, string|null $filenameOnNotion... method createSinglePart (line 139) | public function createSinglePart(string|null $filename = null): FileUp... method createMultiPart (line 151) | public function createMultiPart(string $filename, string $contentType,... method createExternalUrl (line 163) | public function createExternalUrl(string $filename, string $externalUr... method sendSinglePart (line 174) | public function sendSinglePart(string $fileUploadId, string $filename,... method sendMultiPart (line 179) | public function sendMultiPart(string $fileUploadId, string $content, s... method complete (line 184) | public function complete(string $fileUploadId): FileUpload method create (line 196) | private function create(array $requestBody): FileUpload method send (line 212) | private function send( method chunksGenerator (line 245) | private function chunksGenerator(string $filePath): \Generator FILE: src/FileUploads/FileUpload.php class FileUpload (line 23) | class FileUpload method __construct (line 25) | private function __construct( method fromArray (line 45) | public static function fromArray(array $array): self method isAttached (line 62) | public function isAttached(): bool FILE: src/Infrastructure/Http.php class Http (line 11) | class Http method parseBody (line 13) | public static function parseBody(ResponseInterface $response): array method createRequest (line 25) | public static function createRequest(string $uri, Configuration $confi... method sendRequest (line 33) | public static function sendRequest( FILE: src/Notion.php class Notion (line 15) | class Notion method __construct (line 19) | private function __construct( method create (line 24) | public static function create(string $token): self method createFromConfig (line 31) | public static function createFromConfig(Configuration $config): self method createWithPsrImplementations (line 36) | public static function createWithPsrImplementations( method users (line 50) | public function users(): UsersClient method pages (line 55) | public function pages(): PagesClient method databases (line 60) | public function databases(): DatabasesClient method blocks (line 65) | public function blocks(): BlocksClient method comments (line 70) | public function comments(): CommentsClient method search (line 75) | public function search(): SearchClient method fileUploads (line 80) | public function fileUploads(): FileUploadsClient FILE: src/Pages/Client.php class Client (line 20) | class Client method __construct (line 25) | public function __construct( method find (line 30) | public function find(string $pageId): Page method create (line 42) | public function create(Page $page, array $content = []): Page method update (line 65) | public function update(Page $page): Page method delete (line 104) | public function delete(Page $page): Page FILE: src/Pages/Page.php class Page (line 36) | class Page method __construct (line 41) | private function __construct( method create (line 62) | public static function create(PageParent $parent): self method fromArray (line 75) | public static function fromArray(array $array): self method toArray (line 117) | public function toArray(): array method hasIcon (line 136) | public function hasIcon(): bool method delete (line 141) | public function delete(): self method archive (line 160) | public function archive(): self method restore (line 165) | public function restore(): self method unarchive (line 184) | public function unarchive(): self method changeIcon (line 189) | public function changeIcon(Emoji|File|Icon $icon): self method removeIcon (line 212) | public function removeIcon(): self method changeCover (line 227) | public function changeCover(File $cover): self method removeCover (line 242) | public function removeCover(): self method properties (line 257) | public function properties(): PropertyCollection method getProperty (line 262) | public function getProperty(string $propertyName): PropertyInterface method getProprety (line 268) | public function getProprety(string $propertyName): PropertyInterface method addProperty (line 273) | public function addProperty(string $name, PropertyInterface $property)... method changeProperties (line 289) | public function changeProperties(array $properties): self method changeTitle (line 304) | public function changeTitle(string $title): self method title (line 312) | public function title(): Title|null method changeParent (line 317) | public function changeParent(PageParent $parent): self FILE: src/Pages/PageParent.php class PageParent (line 16) | class PageParent method __construct (line 18) | private function __construct( method database (line 24) | public static function database(string $databaseId): self method page (line 29) | public static function page(string $pageId): self method workspace (line 34) | public static function workspace(): self method block (line 39) | public static function block(string $blockId): self method fromArray (line 49) | public static function fromArray(array $array): self method toArray (line 58) | public function toArray(): array method isDatabase (line 78) | public function isDatabase(): bool method isPage (line 83) | public function isPage(): bool method isWorkspace (line 88) | public function isWorkspace(): bool method isBlock (line 93) | public function isBlock(): bool FILE: src/Pages/Properties/Checkbox.php class Checkbox (line 14) | class Checkbox implements PropertyInterface method __construct (line 16) | private function __construct( method createChecked (line 22) | public static function createChecked(): self method createUnchecked (line 29) | public static function createUnchecked(): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method metadata (line 56) | public function metadata(): PropertyMetadata method check (line 61) | public function check(): self method uncheck (line 66) | public function uncheck(): self FILE: src/Pages/Properties/CreatedBy.php class CreatedBy (line 18) | class CreatedBy implements PropertyInterface method __construct (line 20) | private function __construct( method metadata (line 26) | public function metadata(): PropertyMetadata method fromArray (line 31) | public static function fromArray(array $array): self method toArray (line 40) | public function toArray(): array FILE: src/Pages/Properties/CreatedTime.php class CreatedTime (line 17) | class CreatedTime implements PropertyInterface method __construct (line 19) | private function __construct( method create (line 25) | public static function create(DateTimeImmutable $time): self method fromArray (line 32) | public static function fromArray(array $array): self method toArray (line 43) | public function toArray(): array method metadata (line 52) | public function metadata(): PropertyMetadata method changeTime (line 57) | public function changeTime(DateTimeImmutable $time): self FILE: src/Pages/Properties/Date.php class Date (line 20) | class Date implements PropertyInterface method __construct (line 22) | private function __construct( method create (line 28) | public static function create(DateTimeImmutable $date): self method createRange (line 35) | public static function createRange(DateTimeImmutable $start, DateTimeI... method createEmpty (line 42) | public static function createEmpty(): self method fromArray (line 49) | public static function fromArray(array $array): self method toArray (line 60) | public function toArray(): array method metadata (line 69) | public function metadata(): PropertyMetadata method changeDate (line 74) | public function changeDate(CommonDate $date): self method changeStart (line 79) | public function changeStart(DateTimeImmutable $start): self method changeEnd (line 84) | public function changeEnd(DateTimeImmutable $end): self method removeEnd (line 89) | public function removeEnd(): self method clear (line 94) | public function clear(): self method start (line 99) | public function start(): DateTimeImmutable|null method end (line 104) | public function end(): DateTimeImmutable|null method isRange (line 109) | public function isRange(): bool method isEmpty (line 118) | public function isEmpty(): bool FILE: src/Pages/Properties/Email.php class Email (line 14) | class Email implements PropertyInterface method __construct (line 16) | private function __construct( method create (line 22) | public static function create(string $email): self method createEmpty (line 29) | public static function createEmpty(): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method metadata (line 56) | public function metadata(): PropertyMetadata method changeEmail (line 61) | public function changeEmail(string $email): self method clear (line 66) | public function clear(): self method isEmpty (line 71) | public function isEmpty(): bool FILE: src/Pages/Properties/Files.php class Files (line 18) | class Files implements PropertyInterface method __construct (line 21) | private function __construct( method create (line 27) | public static function create(File ...$files): self method fromArray (line 42) | public static function fromArray(array $array): self method toArray (line 52) | public function toArray(): array method metadata (line 61) | public function metadata(): PropertyMetadata method changeFiles (line 66) | public function changeFiles(File ...$files): self method addFile (line 71) | public function addFile(File $file): self FILE: src/Pages/Properties/Formula.php class Formula (line 26) | class Formula implements PropertyInterface method __construct (line 28) | private function __construct( method fromArray (line 38) | public static function fromArray(array $array): self method toArray (line 58) | public function toArray(): array method metadata (line 82) | public function metadata(): PropertyMetadata FILE: src/Pages/Properties/LastEditedBy.php class LastEditedBy (line 18) | class LastEditedBy implements PropertyInterface method __construct (line 20) | private function __construct( method metadata (line 26) | public function metadata(): PropertyMetadata method fromArray (line 31) | public static function fromArray(array $array): self method toArray (line 41) | public function toArray(): array FILE: src/Pages/Properties/LastEditedTime.php class LastEditedTime (line 17) | class LastEditedTime implements PropertyInterface method __construct (line 19) | private function __construct( method fromArray (line 25) | public static function fromArray(array $array): self method toArray (line 36) | public function toArray(): array method metadata (line 45) | public function metadata(): PropertyMetadata FILE: src/Pages/Properties/MultiSelect.php class MultiSelect (line 18) | class MultiSelect implements PropertyInterface method __construct (line 21) | private function __construct( method fromIds (line 27) | public static function fromIds(string ...$ids): self method fromNames (line 35) | public static function fromNames(string ...$names): self method fromOptions (line 43) | public static function fromOptions(SelectOption ...$options): self method fromArray (line 50) | public static function fromArray(array $array): self method toArray (line 60) | public function toArray(): array method metadata (line 68) | public function metadata(): PropertyMetadata method addOption (line 73) | public function addOption(SelectOption $option): self method removeOption (line 81) | public function removeOption(string $optionId): self method changeOptions (line 89) | public function changeOptions(SelectOption ...$options): self FILE: src/Pages/Properties/Number.php class Number (line 14) | class Number implements PropertyInterface method __construct (line 16) | private function __construct( method create (line 22) | public static function create(int|float $number): self method createEmpty (line 29) | public static function createEmpty(): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method metadata (line 56) | public function metadata(): PropertyMetadata method changeNumber (line 61) | public function changeNumber(int|float $number): self method clear (line 66) | public function clear(): self method isEmpty (line 71) | public function isEmpty(): bool FILE: src/Pages/Properties/People.php class People (line 18) | class People implements PropertyInterface method __construct (line 21) | private function __construct( method create (line 27) | public static function create(User ...$users): self method fromArray (line 34) | public static function fromArray(array $array): self method toArray (line 50) | public function toArray(): array method metadata (line 64) | public function metadata(): PropertyMetadata method changePeople (line 69) | public function changePeople(User ...$users): self method addPerson (line 74) | public function addPerson(User $user): self method removePerson (line 82) | public function removePerson(string $userId): self FILE: src/Pages/Properties/PhoneNumber.php class PhoneNumber (line 14) | class PhoneNumber implements PropertyInterface method __construct (line 16) | private function __construct( method create (line 22) | public static function create(string $phone): self method createEmpty (line 29) | public static function createEmpty(): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method metadata (line 56) | public function metadata(): PropertyMetadata method changePhone (line 61) | public function changePhone(string $phone): self method clear (line 66) | public function clear(): self method isEmpty (line 71) | public function isEmpty(): bool FILE: src/Pages/Properties/PropertyCollection.php class PropertyCollection (line 6) | final class PropertyCollection method __construct (line 11) | private function __construct( method create (line 21) | public static function create(array $properties): self method add (line 26) | public function add(string $propertyName, PropertyInterface $property)... method change (line 34) | public function change(string $propertyName, PropertyInterface $proper... method get (line 39) | public function get(string $propertyName): PropertyInterface method getById (line 48) | public function getById(string $propertyId): PropertyInterface method getAll (line 60) | public function getAll(): array method title (line 65) | public function title(): Title|null method titleKey (line 76) | public function titleKey(): string method getCheckbox (line 87) | public function getCheckbox(string $propertyName): Checkbox method getCheckboxById (line 92) | public function getCheckboxById(string $propertyId): Checkbox method getCreatedBy (line 97) | public function getCreatedBy(string $propertyName): CreatedBy method getCreatedByById (line 102) | public function getCreatedByById(string $propertyId): CreatedBy method getCreatedTime (line 107) | public function getCreatedTime(string $propertyName): CreatedTime method getCreatedTimeById (line 112) | public function getCreatedTimeById(string $propertyId): CreatedTime method getDate (line 117) | public function getDate(string $propertyName): Date method getDateById (line 122) | public function getDateById(string $propertyId): Date method getEmail (line 127) | public function getEmail(string $propertyName): Email method getEmailById (line 132) | public function getEmailById(string $propertyId): Email method getFiles (line 137) | public function getFiles(string $propertyName): Files method getFilesById (line 142) | public function getFilesById(string $propertyId): Files method getFormula (line 147) | public function getFormula(string $propertyName): Formula method getFormulaById (line 152) | public function getFormulaById(string $propertyId): Formula method getLastEditedBy (line 157) | public function getLastEditedBy(string $propertyName): LastEditedBy method getLastEditedByById (line 162) | public function getLastEditedByById(string $propertyId): LastEditedBy method getLastEditedTime (line 167) | public function getLastEditedTime(string $propertyName): LastEditedTime method getLastEditedTimeById (line 172) | public function getLastEditedTimeById(string $propertyId): LastEditedTime method getMultiSelect (line 177) | public function getMultiSelect(string $propertyName): MultiSelect method getMultiSelectById (line 182) | public function getMultiSelectById(string $propertyId): MultiSelect method getNumber (line 187) | public function getNumber(string $propertyName): Number method getNumberById (line 192) | public function getNumberById(string $propertyId): Number method getPeople (line 197) | public function getPeople(string $propertyName): People method getPeopleById (line 202) | public function getPeopleById(string $propertyId): People method getPhoneNumber (line 207) | public function getPhoneNumber(string $propertyName): PhoneNumber method getPhoneNumberById (line 212) | public function getPhoneNumberById(string $propertyId): PhoneNumber method getRelation (line 217) | public function getRelation(string $propertyName): Relation method getRelationById (line 222) | public function getRelationById(string $propertyId): Relation method getRichText (line 227) | public function getRichText(string $propertyName): RichTextProperty method getRichTextById (line 232) | public function getRichTextById(string $propertyId): RichTextProperty method getSelect (line 237) | public function getSelect(string $propertyName): Select method getSelectById (line 242) | public function getSelectById(string $propertyId): Select method getStatus (line 247) | public function getStatus(string $propertyName): Status method getStatusById (line 252) | public function getStatusById(string $propertyId): Status method getUniqueId (line 257) | public function getUniqueId(string $propertyName): UniqueId method getUniqueIdById (line 262) | public function getUniqueIdById(string $propertyId): UniqueId method getUrl (line 267) | public function getUrl(string $propertyName): Url method getUrlById (line 272) | public function getUrlById(string $propertyId): Url method getTyped (line 283) | private function getTyped(string $propertyName, string $propertyType):... method getTypedById (line 301) | private function getTypedById(string $propertyId, string $propertyType... FILE: src/Pages/Properties/PropertyFactory.php class PropertyFactory (line 5) | class PropertyFactory method fromArray (line 10) | public static function fromArray(array $array): PropertyInterface FILE: src/Pages/Properties/PropertyInterface.php type PropertyInterface (line 6) | interface PropertyInterface method fromArray (line 9) | public static function fromArray(array $array): self; method toArray (line 11) | public function toArray(): array; method metadata (line 13) | public function metadata(): PropertyMetadata; FILE: src/Pages/Properties/PropertyMetadata.php class PropertyMetadata (line 10) | class PropertyMetadata method __construct (line 12) | private function __construct( method create (line 20) | public static function create(string $id, PropertyType $type): self method fromArray (line 30) | public static function fromArray(array $array): self method toArray (line 41) | public function toArray(): array FILE: src/Pages/Properties/Relation.php class Relation (line 14) | class Relation implements PropertyInterface method __construct (line 17) | private function __construct( method create (line 23) | public static function create(string ...$pageIds): self method fromArray (line 30) | public static function fromArray(array $array): self method toArray (line 46) | public function toArray(): array method metadata (line 60) | public function metadata(): PropertyMetadata method changeRelations (line 66) | public function changeRelations(string ...$pageIds): self method addRelation (line 71) | public function addRelation(string $pageId): self method removeRelation (line 79) | public function removeRelation(string $pageId): self FILE: src/Pages/Properties/RichTextProperty.php class RichTextProperty (line 18) | class RichTextProperty implements PropertyInterface method __construct (line 21) | private function __construct( method fromText (line 27) | public static function fromText(RichText ...$texts): self method fromString (line 34) | public static function fromString(string $text): self method createEmpty (line 42) | public static function createEmpty(): self method fromArray (line 49) | public static function fromArray(array $array): self method toArray (line 65) | public function toArray(): array method metadata (line 74) | public function metadata(): PropertyMetadata method changeText (line 79) | public function changeText(RichText ...$texts): self method clear (line 84) | public function clear(): self method isEmpty (line 89) | public function isEmpty(): bool method toString (line 94) | public function toString(): string FILE: src/Pages/Properties/Select.php class Select (line 16) | class Select implements PropertyInterface method __construct (line 18) | private function __construct( method fromId (line 24) | public static function fromId(string $id): self method fromName (line 32) | public static function fromName(string $name): self method fromOption (line 40) | public static function fromOption(SelectOption $option): self method createEmpty (line 47) | public static function createEmpty(): self method fromArray (line 54) | public static function fromArray(array $array): self method toArray (line 64) | public function toArray(): array method metadata (line 72) | public function metadata(): PropertyMetadata method changeOption (line 77) | public function changeOption(SelectOption $option): self method clear (line 82) | public function clear(): self method isEmpty (line 87) | public function isEmpty(): bool FILE: src/Pages/Properties/Status.php class Status (line 17) | class Status implements PropertyInterface method __construct (line 19) | private function __construct( method fromId (line 25) | public static function fromId(string $id): self method fromName (line 33) | public static function fromName(string $name): self method changeColor (line 41) | public function changeColor(Color $color): self method fromOption (line 47) | public static function fromOption(StatusOption $option): self method fromArray (line 54) | public static function fromArray(array $array): self method toArray (line 64) | public function toArray(): array method metadata (line 73) | public function metadata(): PropertyMetadata method changeOption (line 78) | public function changeOption(StatusOption $option): self FILE: src/Pages/Properties/Title.php class Title (line 20) | class Title implements PropertyInterface method __construct (line 23) | private function __construct( method fromText (line 30) | public static function fromText(RichText ...$title): self method fromString (line 38) | public static function fromString(string $title): self method fromArray (line 45) | public static function fromArray(array $array): self method toArray (line 61) | public function toArray(): array method metadata (line 70) | public function metadata(): PropertyMetadata method change (line 75) | public function change(RichText ...$title): self method isEmpty (line 80) | public function isEmpty(): bool method toString (line 87) | public function toString(): string FILE: src/Pages/Properties/UniqueId.php class UniqueId (line 17) | class UniqueId implements PropertyInterface method __construct (line 19) | private function __construct( method fromArray (line 26) | public static function fromArray(array $array): self method toArray (line 37) | public function toArray(): array method metadata (line 49) | public function metadata(): PropertyMetadata FILE: src/Pages/Properties/Unknown.php class Unknown (line 13) | class Unknown implements PropertyInterface method __construct (line 15) | private function __construct( method fromArray (line 21) | public static function fromArray(array $array): self method toArray (line 29) | public function toArray(): array method metadata (line 34) | public function metadata(): PropertyMetadata FILE: src/Pages/Properties/Url.php class Url (line 14) | class Url implements PropertyInterface method __construct (line 16) | private function __construct( method create (line 22) | public static function create(string $url): self method createEmpty (line 29) | public static function createEmpty(): self method fromArray (line 36) | public static function fromArray(array $array): self method toArray (line 47) | public function toArray(): array method metadata (line 56) | public function metadata(): PropertyMetadata method changeUrl (line 61) | public function changeUrl(string $url): self method clear (line 66) | public function clear(): self method isEmpty (line 71) | public function isEmpty(): bool FILE: src/Search/Client.php class Client (line 10) | class Client method __construct (line 15) | public function __construct( method search (line 20) | public function search(Query $query): Result FILE: src/Search/Filter.php class Filter (line 6) | class Filter method __construct (line 8) | private function __construct( method byPages (line 15) | public static function byPages(): self method byDatabases (line 21) | public static function byDatabases(): self method toArray (line 31) | public function toArray(): array FILE: src/Search/Query.php class Query (line 6) | class Query method __construct (line 8) | private function __construct( method all (line 17) | public static function all(): self method title (line 22) | public static function title(string $query): self method filterByPages (line 27) | public function filterByPages(): self method filterByDatabases (line 38) | public function filterByDatabases(): self method sortByLastEditedTime (line 49) | public function sortByLastEditedTime(SortDirection $direction): self method changeStartCursor (line 62) | public function changeStartCursor(string $startCursor): self method changePageSize (line 73) | public function changePageSize(int $pageSize): self method toArray (line 95) | public function toArray(): array FILE: src/Search/Result.php class Result (line 21) | class Result method __construct (line 24) | private function __construct( method fromArray (line 34) | public static function fromArray(array $array): self FILE: src/Search/Sort.php class Sort (line 6) | class Sort method __construct (line 8) | private function __construct( method create (line 15) | public static function create(): self method byLastEditedTime (line 20) | public function byLastEditedTime(): self method ascending (line 25) | public function ascending(): self method descending (line 30) | public function descending(): self method toArray (line 40) | public function toArray(): array FILE: src/Users/Bot.php class Bot (line 15) | class Bot method __construct (line 17) | private function __construct( method fromArray (line 27) | public static function fromArray(array $array): self method toArray (line 35) | public function toArray(): array FILE: src/Users/Client.php class Client (line 9) | class Client method __construct (line 14) | public function __construct( method find (line 19) | public function find(string $userId): User method findAll (line 33) | public function findAll(): array method me (line 49) | public function me(): User FILE: src/Users/Person.php class Person (line 10) | class Person method __construct (line 12) | private function __construct( method fromArray (line 18) | public static function fromArray(array $array): self method toArray (line 24) | public function toArray(): array FILE: src/Users/User.php class User (line 21) | class User method __construct (line 23) | private function __construct( method create (line 33) | public static function create(string $id): self method fromArray (line 46) | public static function fromArray(array $array): self method toArray (line 66) | public function toArray(): array method isPerson (line 98) | public function isPerson(): bool method isBot (line 106) | public function isBot(): bool FILE: src/Users/WorkspaceLimits.php class WorkspaceLimits (line 12) | class WorkspaceLimits method __construct (line 14) | private function __construct( method fromArray (line 22) | public static function fromArray(array $array): self method toArray (line 30) | public function toArray(): array FILE: tests/Integration/BlocksTest.php class BlocksTest (line 28) | class BlocksTest extends TestCase method test_create_page_change_all_blocks (line 30) | public function test_create_page_change_all_blocks(): void method test_find_block (line 77) | public function test_find_block(): void method test_find_inexistent_block (line 97) | public function test_find_inexistent_block(): void method test_find_children_of_inexistent_block (line 105) | public function test_find_children_of_inexistent_block(): void method test_delete_block (line 113) | public function test_delete_block(): void method test_delete_inexistent (line 138) | public function test_delete_inexistent(): void method test_add_block (line 146) | public function test_add_block(): void method test_add_to_inexistent_block (line 161) | public function test_add_to_inexistent_block(): void method test_update_block (line 171) | public function test_update_block(): void method test_update_newly_created_block (line 213) | public function test_update_newly_created_block(): void FILE: tests/Integration/CommentsTest.php class CommentsTest (line 12) | class CommentsTest extends TestCase method test_create_and_read_page_comment (line 14) | public function test_create_and_read_page_comment(): void FILE: tests/Integration/DatabasesTest.php class DatabasesTest (line 31) | class DatabasesTest extends TestCase method test_create_empty_database (line 35) | public function test_create_empty_database(): void method test_create_inline_database (line 55) | public function test_create_inline_database(): void method test_update_database (line 73) | public function test_update_database(): void method test_find_inexistent_database (line 92) | public function test_find_inexistent_database(): void method test_create_change_inexistent_parent (line 101) | public function test_create_change_inexistent_parent(): void method test_update_deleted_database (line 112) | public function test_update_deleted_database(): void method test_delete_inexistent (line 127) | public function test_delete_inexistent(): void method test_query_all_pages_from_database (line 137) | public function test_query_all_pages_from_database(): void method test_query_big_database (line 150) | public function test_query_big_database(): void method test_query_database (line 170) | public function test_query_database(): void method test_query_inexistent_database (line 199) | public function test_query_inexistent_database(): void method test_rename_database_with_people_property (line 210) | public function test_rename_database_with_people_property(): void method test_rename_database_page_with_people_property (line 223) | public function test_rename_database_page_with_people_property(): void method moviesDatabase (line 243) | private static function moviesDatabase(): Database method moviePage (line 283) | private static function moviePage( method bigDatabase (line 298) | private static function bigDatabase(): Database FILE: tests/Integration/Helper.php class Helper (line 11) | final class Helper method client (line 13) | public static function client(): Notion method testPageId (line 26) | public static function testPageId(): string method newPage (line 36) | public static function newPage(): Page FILE: tests/Integration/PagesTest.php class PagesTest (line 11) | class PagesTest extends TestCase method test_create_empty_page (line 13) | public function test_create_empty_page(): void method test_find_page (line 34) | public function test_find_page(): void method test_find_inexistent_page (line 43) | public function test_find_inexistent_page(): void method test_create_change_inexistent_parent (line 52) | public function test_create_change_inexistent_parent(): void method test_update_deleted_page (line 63) | public function test_update_deleted_page(): void FILE: tests/Integration/SearchTest.php class SearchTest (line 8) | class SearchTest extends TestCase method test_search (line 10) | public function test_search(): void method test_search_all (line 23) | public function test_search_all(): void FILE: tests/Integration/UsersTest.php class UsersTest (line 8) | class UsersTest extends TestCase method test_find_current_user (line 10) | public function test_find_current_user(): void method test_find_all_users (line 21) | public function test_find_all_users(): void method test_find_inexistent_user (line 30) | public function test_find_inexistent_user(): void FILE: tests/Unit/Blocks/BlockMetadataTest.php class BlockMetadataTest (line 10) | class BlockMetadataTest extends TestCase method test_restore (line 12) | public function test_restore(): void method test_check_type (line 22) | public function test_check_type(): void FILE: tests/Unit/Blocks/BookmarkTest.php class BookmarkTest (line 13) | class BookmarkTest extends TestCase method test_create_bookmark (line 15) | public function test_create_bookmark(): void method test_create_from_array (line 22) | public function test_create_from_array(): void method test_error_on_wrong_type (line 42) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 59) | public function test_transform_in_array(): void method test_replace_url (line 76) | public function test_replace_url(): void method test_replace_caption (line 85) | public function test_replace_caption(): void method test_no_children_support (line 93) | public function test_no_children_support(): void method test_no_children_support_2 (line 102) | public function test_no_children_support_2(): void FILE: tests/Unit/Blocks/BreadcrumbTest.php class BreadcrumbTest (line 12) | class BreadcrumbTest extends TestCase method test_create_breadcrumb (line 14) | public function test_create_breadcrumb(): void method test_create_from_array (line 21) | public function test_create_from_array(): void method test_error_on_wrong_type (line 39) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 56) | public function test_transform_in_array(): void method test_no_children_support (line 73) | public function test_no_children_support(): void method test_no_children_support_2 (line 82) | public function test_no_children_support_2(): void method test_delete (line 91) | public function test_delete(): void FILE: tests/Unit/Blocks/BulletedListItemTest.php class BulletedListItemTest (line 13) | class BulletedListItemTest extends TestCase method test_create_empty_item (line 15) | public function test_create_empty_item(): void method test_create_from_string (line 23) | public function test_create_from_string(): void method test_create_from_array (line 30) | public function test_create_from_array(): void method test_error_on_wrong_type (line 89) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 109) | public function test_transform_in_array(): void method test_replace_text (line 145) | public function test_replace_text(): void method test_add_text (line 158) | public function test_add_text(): void method test_replace_children (line 170) | public function test_replace_children(): void method test_add_child (line 181) | public function test_add_child(): void method test_change_color (line 191) | public function test_change_color(): void FILE: tests/Unit/Blocks/CalloutTest.php class CalloutTest (line 15) | class CalloutTest extends TestCase method test_create_empty_callout (line 17) | public function test_create_empty_callout(): void method test_create_from_string (line 25) | public function test_create_from_string(): void method test_create_from_array_change_emoji_icon (line 32) | public function test_create_from_array_change_emoji_icon(): void method test_create_from_array_change_icon_file (line 98) | public function test_create_from_array_change_icon_file(): void method test_error_on_wrong_type (line 162) | public function test_error_on_wrong_type(): void method test_error_on_wrong_icon_type (line 186) | public function test_error_on_wrong_icon_type(): void method test_transform_in_array (line 207) | public function test_transform_in_array(): void method test_replace_text (line 247) | public function test_replace_text(): void method test_add_text (line 260) | public function test_add_text(): void method test_replace_children (line 272) | public function test_replace_children(): void method test_add_child (line 283) | public function test_add_child(): void method test_replace_icon (line 293) | public function test_replace_icon(): void method test_replace_icon_file (line 303) | public function test_replace_icon_file(): void method test_change_color (line 313) | public function test_change_color(): void FILE: tests/Unit/Blocks/ChildDatabaseTest.php class ChildDatabaseTest (line 11) | class ChildDatabaseTest extends TestCase method test_array_conversion (line 13) | public function test_array_conversion(): void method test_error_on_wrong_type (line 35) | public function test_error_on_wrong_type(): void method test_not_allow_to_change_children (line 52) | public function test_not_allow_to_change_children(): void method test_not_allow_to_add_child (line 63) | public function test_not_allow_to_add_child(): void method test_delete (line 74) | public function test_delete(): void method mockArray (line 83) | private function mockArray(): array FILE: tests/Unit/Blocks/ChildPageTest.php class ChildPageTest (line 11) | class ChildPageTest extends TestCase method test_create_from_array (line 13) | public function test_create_from_array(): void method test_error_on_wrong_type (line 35) | public function test_error_on_wrong_type(): void method test_not_allow_to_change_children (line 52) | public function test_not_allow_to_change_children(): void method test_not_allow_to_add_child (line 63) | public function test_not_allow_to_add_child(): void method test_delete (line 74) | public function test_delete(): void method mockArray (line 83) | private function mockArray(): array FILE: tests/Unit/Blocks/CodeTest.php class CodeTest (line 14) | class CodeTest extends TestCase method test_create_empty_code_block (line 16) | public function test_create_empty_code_block(): void method test_create_from_array (line 24) | public function test_create_from_array(): void method test_error_on_wrong_type (line 82) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 104) | public function test_transform_in_array(): void method test_replace_text (line 143) | public function test_replace_text(): void method test_add_text (line 156) | public function test_add_text(): void method test_change_language (line 168) | public function test_change_language(): void method test_no_children_support (line 176) | public function test_no_children_support(): void method test_no_children_support_add (line 185) | public function test_no_children_support_add(): void method test_change_caption (line 194) | public function test_change_caption(): void FILE: tests/Unit/Blocks/ColumnListTest.php class ColumnListTest (line 13) | class ColumnListTest extends TestCase method test_create (line 15) | public function test_create(): void method test_array_conversion (line 25) | public function test_array_conversion(): void method test_change_children (line 92) | public function test_change_children(): void method test_change_children_to_not_columns (line 101) | public function test_change_children_to_not_columns(): void method test_add_child (line 112) | public function test_add_child(): void method test_add_child_that_is_not_column (line 120) | public function test_add_child_that_is_not_column(): void method test_delete (line 129) | public function test_delete(): void FILE: tests/Unit/Blocks/ColumnTest.php class ColumnTest (line 10) | class ColumnTest extends TestCase method test_create_column (line 12) | public function test_create_column(): void method test_create_change_child_column (line 20) | public function test_create_change_child_column(): void method test_add_child (line 28) | public function test_add_child(): void method test_change_child (line 38) | public function test_change_child(): void method test_array_conversion (line 48) | public function test_array_conversion(): void method test_delete (line 77) | public function test_delete(): void FILE: tests/Unit/Blocks/DividerTest.php class DividerTest (line 12) | class DividerTest extends TestCase method test_create_divider (line 14) | public function test_create_divider(): void method test_create_from_array (line 21) | public function test_create_from_array(): void method test_error_on_wrong_type (line 39) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 56) | public function test_transform_in_array(): void method test_no_children_support (line 73) | public function test_no_children_support(): void method test_no_children_support_2 (line 82) | public function test_no_children_support_2(): void FILE: tests/Unit/Blocks/EmbedTest.php class EmbedTest (line 12) | class EmbedTest extends TestCase method test_create_embed (line 14) | public function test_create_embed(): void method test_create_from_array (line 21) | public function test_create_from_array(): void method test_error_on_wrong_type (line 41) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 58) | public function test_transform_in_array(): void method test_replace_url (line 75) | public function test_replace_url(): void method test_no_children_support (line 84) | public function test_no_children_support(): void method test_no_children_support_2 (line 93) | public function test_no_children_support_2(): void method test_delete (line 102) | public function test_delete(): void FILE: tests/Unit/Blocks/EquationBlockTest.php class EquationBlockTest (line 13) | class EquationBlockTest extends TestCase method test_create_equation (line 15) | public function test_create_equation(): void method test_create_from_array (line 22) | public function test_create_from_array(): void method test_error_on_wrong_type (line 42) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 59) | public function test_transform_in_array(): void method test_replace_equation (line 76) | public function test_replace_equation(): void method test_no_children_support (line 84) | public function test_no_children_support(): void method test_no_children_support_2 (line 93) | public function test_no_children_support_2(): void FILE: tests/Unit/Blocks/FileBlockTest.php class FileBlockTest (line 13) | class FileBlockTest extends TestCase method test_create_file (line 15) | public function test_create_file(): void method test_create_from_array (line 23) | public function test_create_from_array(): void method test_error_on_wrong_type (line 48) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 70) | public function test_transform_in_array(): void method test_replace_file (line 93) | public function test_replace_file(): void method test_no_children_support (line 105) | public function test_no_children_support(): void method test_no_children_support_2 (line 115) | public function test_no_children_support_2(): void method test_delete (line 125) | public function test_delete(): void FILE: tests/Unit/Blocks/Heading1Test.php class Heading1Test (line 15) | class Heading1Test extends TestCase method test_create_empty_heading (line 17) | public function test_create_empty_heading(): void method test_create_from_string (line 24) | public function test_create_from_string(): void method test_create_from_array (line 31) | public function test_create_from_array(): void method test_error_on_wrong_type (line 92) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 112) | public function test_transform_in_array(): void method test_replace_text (line 149) | public function test_replace_text(): void method test_add_text (line 162) | public function test_add_text(): void method test_no_children_support (line 174) | public function test_no_children_support(): void method test_togglify (line 183) | public function test_togglify(): void method test_untogglify (line 191) | public function test_untogglify(): void method test_untogglify_with_children (line 198) | public function test_untogglify_with_children(): void method test_change_children_from_toggleable_heading (line 208) | public function test_change_children_from_toggleable_heading(): void method test_add_child_to_untoggleable_heading (line 220) | public function test_add_child_to_untoggleable_heading(): void method test_toggleable_array_conversion (line 227) | public function test_toggleable_array_conversion(): void method test_change_color (line 294) | public function test_change_color(): void FILE: tests/Unit/Blocks/Heading2Test.php class Heading2Test (line 15) | class Heading2Test extends TestCase method test_create_empty_heading (line 17) | public function test_create_empty_heading(): void method test_create_from_string (line 24) | public function test_create_from_string(): void method test_create_from_array (line 31) | public function test_create_from_array(): void method test_error_on_wrong_type (line 92) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 112) | public function test_transform_in_array(): void method test_replace_text (line 149) | public function test_replace_text(): void method test_add_text (line 162) | public function test_add_text(): void method test_no_children_support (line 174) | public function test_no_children_support(): void method test_togglify (line 183) | public function test_togglify(): void method test_untogglify (line 191) | public function test_untogglify(): void method test_untogglify_with_children (line 198) | public function test_untogglify_with_children(): void method test_change_children_from_toggleable_heading (line 208) | public function test_change_children_from_toggleable_heading(): void method test_add_child_to_untoggleable_heading (line 220) | public function test_add_child_to_untoggleable_heading(): void method test_toggleable_array_conversion (line 227) | public function test_toggleable_array_conversion(): void method test_change_color (line 294) | public function test_change_color(): void FILE: tests/Unit/Blocks/Heading3Test.php class Heading3Test (line 15) | class Heading3Test extends TestCase method test_create_empty_heading (line 17) | public function test_create_empty_heading(): void method test_create_from_string (line 24) | public function test_create_from_string(): void method test_create_from_array (line 31) | public function test_create_from_array(): void method test_error_on_wrong_type (line 92) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 112) | public function test_transform_in_array(): void method test_replace_text (line 149) | public function test_replace_text(): void method test_add_text (line 162) | public function test_add_text(): void method test_no_children_support (line 174) | public function test_no_children_support(): void method test_togglify (line 183) | public function test_togglify(): void method test_untogglify (line 191) | public function test_untogglify(): void method test_untogglify_with_children (line 198) | public function test_untogglify_with_children(): void method test_change_children_from_toggleable_heading (line 208) | public function test_change_children_from_toggleable_heading(): void method test_add_child_to_untoggleable_heading (line 220) | public function test_add_child_to_untoggleable_heading(): void method test_toggleable_array_conversion (line 227) | public function test_toggleable_array_conversion(): void method test_change_color (line 294) | public function test_change_color(): void FILE: tests/Unit/Blocks/ImageTest.php class ImageTest (line 14) | class ImageTest extends TestCase method test_create_image (line 16) | public function test_create_image(): void method test_create_from_array (line 24) | public function test_create_from_array(): void method test_error_on_wrong_type (line 49) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 71) | public function test_transform_in_array(): void method test_replace_file (line 94) | public function test_replace_file(): void method test_no_children_support (line 106) | public function test_no_children_support(): void method test_no_children_support_2 (line 116) | public function test_no_children_support_2(): void method test_delete (line 126) | public function test_delete(): void method test_change_caption (line 136) | public function test_change_caption(): void FILE: tests/Unit/Blocks/LinkPreviewTest.php class LinkPreviewTest (line 11) | class LinkPreviewTest extends TestCase method test_array_conversion (line 13) | public function test_array_conversion(): void method test_from_invalid_type (line 37) | public function test_from_invalid_type(): void method test_create_change_factory (line 56) | public function test_create_change_factory(): void method test_no_children_support (line 76) | public function test_no_children_support(): void method test_no_children_support_2 (line 98) | public function test_no_children_support_2(): void method test_delete (line 120) | public function test_delete(): void FILE: tests/Unit/Blocks/NumberedListItemTest.php class NumberedListItemTest (line 13) | class NumberedListItemTest extends TestCase method test_create_empty_item (line 15) | public function test_create_empty_item(): void method test_create_from_string (line 23) | public function test_create_from_string(): void method test_create_from_array (line 30) | public function test_create_from_array(): void method test_error_on_wrong_type (line 89) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 109) | public function test_transform_in_array(): void method test_replace_text (line 145) | public function test_replace_text(): void method test_add_text (line 158) | public function test_add_text(): void method test_replace_children (line 170) | public function test_replace_children(): void method test_add_child (line 181) | public function test_add_child(): void method test_change_color (line 191) | public function test_change_color(): void FILE: tests/Unit/Blocks/ParagraphTest.php class ParagraphTest (line 13) | class ParagraphTest extends TestCase method test_create_empty_paragraph (line 15) | public function test_create_empty_paragraph(): void method test_create_from_string (line 23) | public function test_create_from_string(): void method test_create_from_array (line 30) | public function test_create_from_array(): void method test_error_on_wrong_type (line 90) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 109) | public function test_transform_in_array(): void method test_replace_text (line 145) | public function test_replace_text(): void method test_add_text (line 158) | public function test_add_text(): void method test_replace_children (line 170) | public function test_replace_children(): void method test_add_child (line 181) | public function test_add_child(): void method test_change_color (line 191) | public function test_change_color(): void FILE: tests/Unit/Blocks/PdfTest.php class PdfTest (line 13) | class PdfTest extends TestCase method test_create_pdf (line 15) | public function test_create_pdf(): void method test_create_from_array (line 23) | public function test_create_from_array(): void method test_error_on_wrong_type (line 48) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 70) | public function test_transform_in_array(): void method test_replace_file (line 93) | public function test_replace_file(): void method test_no_children_support (line 105) | public function test_no_children_support(): void method test_no_children_support_2 (line 115) | public function test_no_children_support_2(): void method test_delete (line 125) | public function test_delete(): void FILE: tests/Unit/Blocks/QuoteTest.php class QuoteTest (line 13) | class QuoteTest extends TestCase method test_create_empty_quote (line 15) | public function test_create_empty_quote(): void method test_create_from_string (line 23) | public function test_create_from_string(): void method test_create_from_array (line 30) | public function test_create_from_array(): void method test_error_on_wrong_type (line 89) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 109) | public function test_transform_in_array(): void method test_replace_text (line 145) | public function test_replace_text(): void method test_add_text (line 158) | public function test_add_text(): void method test_replace_children (line 170) | public function test_replace_children(): void method test_add_child (line 181) | public function test_add_child(): void method test_delete (line 191) | public function test_delete(): void method test_change_color (line 199) | public function test_change_color(): void FILE: tests/Unit/Blocks/Renderer/Markdown/BookmarkRendererTest.php class BookmarkRendererTest (line 11) | class BookmarkRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/BreadcrumbRendererTest.php class BreadcrumbRendererTest (line 10) | class BreadcrumbRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/BulletedListItemRendererTest.php class BulletedListItemRendererTest (line 10) | class BulletedListItemRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 32) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/CalloutRendererTest.php class CalloutRendererTest (line 11) | class CalloutRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 30) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ChildDatabaseRendererTest.php class ChildDatabaseRendererTest (line 10) | class ChildDatabaseRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 34) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ChildPageRendererTest.php class ChildPageRendererTest (line 10) | class ChildPageRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 34) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/CodeRendererTest.php class CodeRendererTest (line 11) | class CodeRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 31) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ColumnRendererTest.php class ColumnRendererTest (line 13) | class ColumnRendererTest extends TestCase method test_render (line 15) | public function test_render(): void method test_invalid_block (line 44) | public function test_invalid_block(): void method test_invalid_block_column_list (line 51) | public function test_invalid_block_column_list(): void FILE: tests/Unit/Blocks/Renderer/Markdown/DividerRendererTest.php class DividerRendererTest (line 10) | class DividerRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 23) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/EmbedRendererTest.php class EmbedRendererTest (line 10) | class EmbedRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 23) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/EquationRendererTest.php class EquationRendererTest (line 10) | class EquationRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 23) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/FileRendererTest.php class FileRendererTest (line 11) | class FileRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/Heading1RendererTest.php class Heading1RendererTest (line 10) | class Heading1RendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 25) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/Heading2RendererTest.php class Heading2RendererTest (line 10) | class Heading2RendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 25) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/Heading3RendererTest.php class Heading3RendererTest (line 10) | class Heading3RendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 25) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ImageRendererTest.php class ImageRendererTest (line 11) | class ImageRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/LinkPreviewRendererTest.php class LinkPreviewRendererTest (line 10) | class LinkPreviewRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 33) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/NumberedListItemRendererTest.php class NumberedListItemRendererTest (line 10) | class NumberedListItemRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 32) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ParagraphRendererTest.php class ParagraphRendererTest (line 12) | class ParagraphRendererTest extends TestCase method test_render (line 14) | public function test_render(): void method test_invalid_block (line 39) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/PdfRendererTest.php class PdfRendererTest (line 11) | class PdfRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/QuoteRendererTest.php class QuoteRendererTest (line 11) | class QuoteRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 30) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/TableOfContentsRendererTest.php class TableOfContentsRendererTest (line 10) | class TableOfContentsRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 23) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ToDoRendererTest.php class ToDoRendererTest (line 10) | class ToDoRendererTest extends TestCase method test_render (line 12) | public function test_render(): void method test_invalid_block (line 31) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/ToggleRendererTest.php class ToggleRendererTest (line 11) | class ToggleRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 31) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/Markdown/VideoRendererTest.php class VideoRendererTest (line 11) | class VideoRendererTest extends TestCase method test_render (line 13) | public function test_render(): void method test_invalid_block (line 24) | public function test_invalid_block(): void FILE: tests/Unit/Blocks/Renderer/MarkdownRendererTest.php class MarkdownRendererTest (line 14) | class MarkdownRendererTest extends TestCase method test_render (line 16) | public function test_render(): void method test_render_with_overrides (line 47) | public function test_render_with_overrides(): void FILE: tests/Unit/Blocks/TableOfContentsTest.php class TableOfContentsTest (line 13) | class TableOfContentsTest extends TestCase method test_create_table_of_contents (line 15) | public function test_create_table_of_contents(): void method test_create_from_array (line 22) | public function test_create_from_array(): void method test_error_on_wrong_type (line 42) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 59) | public function test_transform_in_array(): void method test_no_children_support (line 76) | public function test_no_children_support(): void method test_no_children_support_2 (line 85) | public function test_no_children_support_2(): void method test_change_color (line 94) | public function test_change_color(): void FILE: tests/Unit/Blocks/TableTest.php class TableTest (line 11) | class TableTest extends TestCase method test_crate_empty_table (line 13) | public function test_crate_empty_table(): void method test_change_width (line 24) | public function test_change_width(): void method test_enable_column_header (line 31) | public function test_enable_column_header(): void method test_disable_column_header (line 38) | public function test_disable_column_header(): void method test_enable_row_header (line 45) | public function test_enable_row_header(): void method test_disable_row_header (line 52) | public function test_disable_row_header(): void method test_change_rows (line 59) | public function test_change_rows(): void method test_add_row (line 74) | public function test_add_row(): void method test_remove_all_rows (line 85) | public function test_remove_all_rows(): void method test_delete (line 97) | public function test_delete(): void method test_delete_row (line 106) | public function test_delete_row(): void method createRow (line 120) | private function createRow(string $col1, string $col2): TableRow FILE: tests/Unit/Blocks/ToDoTest.php class ToDoTest (line 13) | class ToDoTest extends TestCase method test_create_empty_to_do (line 15) | public function test_create_empty_to_do(): void method test_create_from_string (line 24) | public function test_create_from_string(): void method test_create_from_array (line 31) | public function test_create_from_array(): void method test_error_on_wrong_type (line 92) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 113) | public function test_transform_in_array(): void method test_replace_text (line 150) | public function test_replace_text(): void method test_add_text (line 163) | public function test_add_text(): void method test_replace_children (line 175) | public function test_replace_children(): void method test_add_child (line 186) | public function test_add_child(): void method test_check_item (line 196) | public function test_check_item(): void method test_uncheck_item (line 204) | public function test_uncheck_item(): void method test_change_color (line 211) | public function test_change_color(): void FILE: tests/Unit/Blocks/ToggleTest.php class ToggleTest (line 13) | class ToggleTest extends TestCase method test_create_empty_toggle (line 15) | public function test_create_empty_toggle(): void method test_create_from_string (line 23) | public function test_create_from_string(): void method test_create_from_array (line 30) | public function test_create_from_array(): void method test_error_on_wrong_type (line 89) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 108) | public function test_transform_in_array(): void method test_replace_text (line 144) | public function test_replace_text(): void method test_add_text (line 157) | public function test_add_text(): void method test_replace_children (line 169) | public function test_replace_children(): void method test_add_child (line 180) | public function test_add_child(): void method test_change_color (line 190) | public function test_change_color(): void FILE: tests/Unit/Blocks/UnknownTest.php class UnknownTest (line 11) | class UnknownTest extends TestCase method test_deserilaize (line 25) | public function test_deserilaize(): void method test_delete (line 34) | public function test_delete(): void method test_add_child (line 41) | public function test_add_child(): void method test_change_children (line 52) | public function test_change_children(): void FILE: tests/Unit/Blocks/VideoTest.php class VideoTest (line 13) | class VideoTest extends TestCase method test_create_video (line 15) | public function test_create_video(): void method test_create_from_array (line 23) | public function test_create_from_array(): void method test_error_on_wrong_type (line 48) | public function test_error_on_wrong_type(): void method test_transform_in_array (line 70) | public function test_transform_in_array(): void method test_replace_file (line 93) | public function test_replace_file(): void method test_no_children_support (line 105) | public function test_no_children_support(): void method test_no_children_support_2 (line 115) | public function test_no_children_support_2(): void method test_delete (line 125) | public function test_delete(): void FILE: tests/Unit/Comments/CommentTest.php class CommentTest (line 10) | class CommentTest extends TestCase method test_create_page_comment (line 12) | public function test_create_page_comment(): void method test_create_disscussion_comment (line 23) | public function test_create_disscussion_comment(): void method test_array_conversion_parent (line 33) | public function test_array_conversion_parent(): void method test_array_conversion_discussion (line 71) | public function test_array_conversion_discussion(): void FILE: tests/Unit/Common/AnnotationsTest.php class AnnotationsTest (line 9) | class AnnotationsTest extends TestCase method test_without_annotations (line 11) | public function test_without_annotations(): void method test_bold (line 23) | public function test_bold(): void method test_italic (line 30) | public function test_italic(): void method test_strike_through (line 37) | public function test_strike_through(): void method test_underline (line 44) | public function test_underline(): void method test_code (line 51) | public function test_code(): void method test_change_color (line 58) | public function test_change_color(): void FILE: tests/Unit/Common/DateTest.php class DateTest (line 9) | class DateTest extends TestCase method test_array_conversion (line 11) | public function test_array_conversion(): void method test_create_date (line 22) | public function test_create_date(): void method test_create_range (line 32) | public function test_create_range(): void method test_change_start (line 43) | public function test_change_start(): void method test_change_end (line 53) | public function test_change_end(): void method test_remove_end (line 63) | public function test_remove_end(): void method test_now (line 73) | public function test_now(): void FILE: tests/Unit/Common/EquationTest.php class EquationTest (line 8) | class EquationTest extends TestCase method test_array_conversion (line 10) | public function test_array_conversion(): void method test_create_from_expression (line 21) | public function test_create_from_expression(): void FILE: tests/Unit/Common/FileTest.php class FileTest (line 11) | class FileTest extends TestCase method test_create_internal (line 13) | public function test_create_internal(): void method test_create_external (line 24) | public function test_create_external(): void method test_intenral_array_conversion (line 34) | public function test_intenral_array_conversion(): void method test_external_array_conversion (line 49) | public function test_external_array_conversion(): void method test_change_url (line 75) | public function test_change_url(): void method test_change_name (line 82) | public function test_change_name(): void method test_change_caption (line 89) | public function test_change_caption(): void FILE: tests/Unit/Common/IconTest.php class IconTest (line 9) | class IconTest extends TestCase method test_icon_from_file_array_conversion (line 11) | public function test_icon_from_file_array_conversion(): void FILE: tests/Unit/Common/MentionTest.php class MentionTest (line 12) | class MentionTest extends TestCase method test_mention_page (line 14) | public function test_mention_page(): void method test_mention_database (line 23) | public function test_mention_database(): void method test_mention_user (line 31) | public function test_mention_user(): void method test_mention_date (line 48) | public function test_mention_date(): void method test_page_array_conversion (line 57) | public function test_page_array_conversion(): void method test_database_array_conversion (line 68) | public function test_database_array_conversion(): void method test_user_array_conversion (line 79) | public function test_user_array_conversion(): void method test_date_array_conversion (line 97) | public function test_date_array_conversion(): void FILE: tests/Unit/Common/ParentBlockTest.php class ParentBlockTest (line 9) | class ParentBlockTest extends TestCase method test_page (line 11) | public function test_page(): void method test_database (line 20) | public function test_database(): void method test_block (line 29) | public function test_block(): void method test_workspace (line 38) | public function test_workspace(): void method test_array_conversion_page (line 46) | public function test_array_conversion_page(): void method test_array_conversion_database (line 57) | public function test_array_conversion_database(): void method test_array_conversion_block (line 68) | public function test_array_conversion_block(): void method test_array_conversion_workspace (line 79) | public function test_array_conversion_workspace(): void FILE: tests/Unit/Common/RichTextTest.php class RichTextTest (line 14) | class RichTextTest extends TestCase method test_create_text (line 16) | public function test_create_text(): void method test_create_link (line 24) | public function test_create_link(): void method test_create_from_text (line 35) | public function test_create_from_text(): void method test_create_from_equation (line 46) | public function test_create_from_equation(): void method test_create_from_mention (line 55) | public function test_create_from_mention(): void method test_change_to_bold (line 64) | public function test_change_to_bold(): void method test_change_to_italic (line 71) | public function test_change_to_italic(): void method test_change_to_strike_through (line 78) | public function test_change_to_strike_through(): void method test_change_to_underline (line 85) | public function test_change_to_underline(): void method test_change_to_code (line 92) | public function test_change_to_code(): void method test_change_color (line 99) | public function test_change_color(): void method test_change_href (line 106) | public function test_change_href(): void method test_mention_array_conversion (line 113) | public function test_mention_array_conversion(): void method test_equation_array_conversion (line 138) | public function test_equation_array_conversion(): void FILE: tests/Unit/Common/TextTest.php class TextTest (line 8) | class TextTest extends TestCase method test_create_text (line 10) | public function test_create_text(): void method test_change_text (line 17) | public function test_change_text(): void method test_change_url (line 24) | public function test_change_url(): void method test_remove_url (line 31) | public function test_remove_url(): void method test_convert_test_with_url_to_array (line 40) | public function test_convert_test_with_url_to_array(): void FILE: tests/Unit/ConfigurationTest.php class ConfigurationTest (line 11) | final class ConfigurationTest extends TestCase method test_create_default_configuration (line 13) | public function test_create_default_configuration(): void method test_create_from_psr_implementations (line 24) | public function test_create_from_psr_implementations(): void method test_enable_retry_on_conflict (line 36) | public function test_enable_retry_on_conflict(): void method test_disable_retry_on_conflict (line 44) | public function test_disable_retry_on_conflict(): void FILE: tests/Unit/Databases/DatabaseParentTest.php class DatabaseParentTest (line 8) | class DatabaseParentTest extends TestCase method test_create_parent_page (line 10) | public function test_create_parent_page(): void method test_create_parent_workspace (line 18) | public function test_create_parent_workspace(): void method test_create_parent_block (line 26) | public function test_create_parent_block(): void method test_page_array_conversion (line 34) | public function test_page_array_conversion(): void method test_workspace_array_conversion (line 45) | public function test_workspace_array_conversion(): void method test_block_array_conversion (line 56) | public function test_block_array_conversion(): void method test_invalid_type_array (line 67) | public function test_invalid_type_array(): void FILE: tests/Unit/Databases/DatabaseTest.php class DatabaseTest (line 18) | class DatabaseTest extends TestCase method test_create_database (line 20) | public function test_create_database(): void method test_add_title (line 29) | public function test_add_title(): void method test_add_advanced_title (line 37) | public function test_add_advanced_title(): void method test_add_icon (line 47) | public function test_add_icon(): void method test_add_file_icon (line 60) | public function test_add_file_icon(): void method test_remove_icon (line 70) | public function test_remove_icon(): void method test_add_cover (line 81) | public function test_add_cover(): void method test_remove_cover (line 90) | public function test_remove_cover(): void method test_move_page (line 99) | public function test_move_page(): void method test_error_change_internal_cover_image (line 108) | public function test_error_change_internal_cover_image(): void method test_replace_properties (line 118) | public function test_replace_properties(): void method test_add_property (line 129) | public function test_add_property(): void method test_change_property (line 140) | public function test_change_property(): void method test_remove_property (line 155) | public function test_remove_property(): void method test_array_conversion (line 167) | public function test_array_conversion(): void method test_from_array_change_emoji_icon (line 238) | public function test_from_array_change_emoji_icon(): void method test_from_array_change_file_icon (line 287) | public function test_from_array_change_file_icon(): void method test_inline (line 336) | public function test_inline(): void FILE: tests/Unit/Databases/Properties/CheckboxTest.php class CheckboxTest (line 10) | class CheckboxTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/CreatedByTest.php class CreatedByTest (line 10) | class CreatedByTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/CreatedTimeTest.php class CreatedTimeTest (line 10) | class CreatedTimeTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/DateTest.php class DateTest (line 10) | class DateTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/EmailTest.php class EmailTest (line 10) | class EmailTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/FilesTest.php class FilesTest (line 10) | class FilesTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/FormulaTest.php class FormulaTest (line 10) | class FormulaTest extends TestCase method test_create (line 12) | public function test_create(): void method test_change_expression (line 22) | public function test_change_expression(): void method test_array_conversion (line 30) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/LastEditedByTest.php class LastEditedByTest (line 10) | class LastEditedByTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/LastEditedTimeTest.php class LastEditedTimeTest (line 10) | class LastEditedTimeTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/MultiSelectTest.php class MultiSelectTest (line 11) | class MultiSelectTest extends TestCase method test_create (line 13) | public function test_create(): void method test_replace_options (line 22) | public function test_replace_options(): void method test_add_option (line 32) | public function test_add_option(): void method test_array_conversion (line 40) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/NumberTest.php class NumberTest (line 11) | class NumberTest extends TestCase method test_create (line 13) | public function test_create(): void method test_array_conversion (line 22) | public function test_array_conversion(): void method test_change_format (line 39) | public function test_change_format(): void FILE: tests/Unit/Databases/Properties/PeopleTest.php class PeopleTest (line 10) | class PeopleTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/PhoneNumberTest.php class PhoneNumberTest (line 10) | class PhoneNumberTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/PropertyCollectionTest.php class PropertyCollectionTest (line 12) | class PropertyCollectionTest extends TestCase method test_create (line 14) | public function test_create(): void method test_add (line 24) | public function test_add(): void method test_change (line 34) | public function test_change(): void method test_remove (line 44) | public function test_remove(): void method test_get (line 54) | public function test_get(): void method test_get_not_found (line 63) | public function test_get_not_found(): void method test_get_by_id (line 72) | public function test_get_by_id(): void method test_get_by_id_not_found (line 88) | public function test_get_by_id_not_found(): void method test_get_checkbox (line 97) | public function test_get_checkbox(): void method test_get_created_by (line 106) | public function test_get_created_by(): void method test_get_created_time (line 115) | public function test_get_created_time(): void method test_get_date (line 124) | public function test_get_date(): void method test_get_email (line 133) | public function test_get_email(): void method test_get_files (line 142) | public function test_get_files(): void method test_get_formula (line 151) | public function test_get_formula(): void method test_get_last_edited_by (line 160) | public function test_get_last_edited_by(): void method test_get_last_edited_time (line 169) | public function test_get_last_edited_time(): void method test_get_multi_select (line 178) | public function test_get_multi_select(): void method test_get_number (line 187) | public function test_get_number(): void method test_get_people (line 196) | public function test_get_people(): void method test_get_phone_number (line 205) | public function test_get_phone_number(): void method test_get_relation (line 214) | public function test_get_relation(): void method test_get_rich_text (line 223) | public function test_get_rich_text(): void method test_get_select (line 232) | public function test_get_select(): void method test_get_status (line 241) | public function test_get_status(): void method test_get_title (line 266) | public function test_get_title(): void method test_get_url (line 275) | public function test_get_url(): void method test_get_checkbox_by_id (line 286) | public function test_get_checkbox_by_id(): void method test_get_created_by_by_id (line 300) | public function test_get_created_by_by_id(): void method test_get_created_time_by_id (line 314) | public function test_get_created_time_by_id(): void method test_get_date_by_id (line 328) | public function test_get_date_by_id(): void method test_get_email_by_id (line 342) | public function test_get_email_by_id(): void method test_get_files_by_id (line 356) | public function test_get_files_by_id(): void method test_get_formula_by_id (line 370) | public function test_get_formula_by_id(): void method test_get_last_edited_by_by_id (line 386) | public function test_get_last_edited_by_by_id(): void method test_get_last_edited_time_by_id (line 400) | public function test_get_last_edited_time_by_id(): void method test_get_multi_select_by_id (line 414) | public function test_get_multi_select_by_id(): void method test_get_number_by_id (line 433) | public function test_get_number_by_id(): void method test_get_people_by_id (line 449) | public function test_get_people_by_id(): void method test_get_phone_number_by_id (line 463) | public function test_get_phone_number_by_id(): void method test_get_relation_by_id (line 477) | public function test_get_relation_by_id(): void method test_get_rich_text_by_id (line 495) | public function test_get_rich_text_by_id(): void method test_get_select_by_id (line 509) | public function test_get_select_by_id(): void method test_get_status_by_id (line 528) | public function test_get_status_by_id(): void method test_get_title_by_id (line 553) | public function test_get_title_by_id(): void method test_get_url_by_id (line 567) | public function test_get_url_by_id(): void method test_get_unique_id (line 581) | public function test_get_unique_id(): void method test_get_unique_id_by_id (line 595) | public function test_get_unique_id_by_id(): void FILE: tests/Unit/Databases/Properties/PropertyMetadataTest.php class PropertyMetadataTest (line 9) | class PropertyMetadataTest extends TestCase method test_create (line 11) | public function test_create(): void method test_from_array (line 21) | public function test_from_array(): void method test_from_array_without_description (line 42) | public function test_from_array_without_description(): void FILE: tests/Unit/Databases/Properties/RelationTest.php class RelationTest (line 9) | class RelationTest extends TestCase method test_create_unidirectional (line 11) | public function test_create_unidirectional(): void method test_create_bidirectional (line 21) | public function test_create_bidirectional(): void method test_change_to_unidirectional (line 41) | public function test_change_to_unidirectional(): void method test_change_to_bidirectional (line 61) | public function test_change_to_bidirectional(): void method test_array_conversion (line 77) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/RichTextTest.php class RichTextTest (line 11) | class RichTextTest extends TestCase method test_create (line 13) | public function test_create(): void method test_array_conversion (line 21) | public function test_array_conversion(): void method test_new_line (line 36) | public function test_new_line(): void method test_mutiple_to_string (line 43) | public function test_mutiple_to_string(): void FILE: tests/Unit/Databases/Properties/SelectOptionTest.php class SelectOptionTest (line 9) | class SelectOptionTest extends TestCase method test_change_color (line 11) | public function test_change_color(): void method test_change_name (line 19) | public function test_change_name(): void FILE: tests/Unit/Databases/Properties/SelectTest.php class SelectTest (line 11) | class SelectTest extends TestCase method test_create (line 13) | public function test_create(): void method test_replace_options (line 22) | public function test_replace_options(): void method test_add_option (line 32) | public function test_add_option(): void method test_array_conversion (line 40) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/StatusTest.php class StatusTest (line 10) | class StatusTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/TitleTest.php class TitleTest (line 10) | class TitleTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 21) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/UniqueIdTest.php class UniqueIdTest (line 10) | class UniqueIdTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Properties/UnknownTest.php class UnknownTest (line 10) | class UnknownTest extends TestCase method test_serialization (line 12) | public function test_serialization(): void FILE: tests/Unit/Databases/Properties/UrlTest.php class UrlTest (line 10) | class UrlTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 20) | public function test_array_conversion(): void FILE: tests/Unit/Databases/Query/CheckboxFilterTest.php class CheckboxFilterTest (line 9) | class CheckboxFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_equals (line 21) | public function test_equals(): void method test_does_not_equal (line 32) | public function test_does_not_equal(): void FILE: tests/Unit/Databases/Query/CompoundFilterTest.php class CompoundFilterTest (line 12) | class CompoundFilterTest extends TestCase method test_and (line 14) | public function test_and(): void method test_or (line 36) | public function test_or(): void method test_nested (line 58) | public function test_nested(): void FILE: tests/Unit/Databases/Query/DateFilterTest.php class DateFilterTest (line 10) | class DateFilterTest extends TestCase method test_property (line 12) | public function test_property(): void method test_created_time (line 22) | public function test_created_time(): void method test_last_edited_Time (line 32) | public function test_last_edited_Time(): void method test_equals (line 42) | public function test_equals(): void method test_before (line 54) | public function test_before(): void method test_after (line 66) | public function test_after(): void method test_on_or_before (line 78) | public function test_on_or_before(): void method test_is_empty (line 90) | public function test_is_empty(): void method test_is_not_empty (line 102) | public function test_is_not_empty(): void method test_on_or_after (line 114) | public function test_on_or_after(): void method test_past_week (line 126) | public function test_past_week(): void method test_past_month (line 138) | public function test_past_month(): void method test_past_year (line 150) | public function test_past_year(): void method test_next_week (line 162) | public function test_next_week(): void method test_next_month (line 174) | public function test_next_month(): void method test_next_year (line 186) | public function test_next_year(): void method test_this_week (line 198) | public function test_this_week(): void FILE: tests/Unit/Databases/Query/MultiSelectFilterTest.php class MultiSelectFilterTest (line 9) | class MultiSelectFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_contains (line 20) | public function test_contains(): void method test_does_not_contain (line 36) | public function test_does_not_contain(): void method test_is_empty (line 48) | public function test_is_empty(): void method test_is_not_empty (line 59) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/NumberFilterTest.php class NumberFilterTest (line 9) | class NumberFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_equals (line 20) | public function test_equals(): void method test_does_not_equal (line 31) | public function test_does_not_equal(): void method test_greater_than (line 42) | public function test_greater_than(): void method test_less_than (line 53) | public function test_less_than(): void method test_greater_than_or_equal_to (line 64) | public function test_greater_than_or_equal_to(): void method test_less_than_or_equal_to (line 75) | public function test_less_than_or_equal_to(): void method test_is_empty (line 86) | public function test_is_empty(): void method test_is_not_empty (line 97) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/PeopleFilterTest.php class PeopleFilterTest (line 9) | class PeopleFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_created_by (line 20) | public function test_created_by(): void method test_last_edited_by (line 27) | public function test_last_edited_by(): void method test_contains (line 34) | public function test_contains(): void method test_does_not_contain (line 50) | public function test_does_not_contain(): void method test_is_empty (line 62) | public function test_is_empty(): void method test_is_not_empty (line 73) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/RelationFilterTest.php class RelationFilterTest (line 9) | class RelationFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_contains (line 20) | public function test_contains(): void method test_does_not_contain (line 31) | public function test_does_not_contain(): void method test_is_empty (line 42) | public function test_is_empty(): void method test_is_not_empty (line 53) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/ResultTest.php class ResultTest (line 8) | class ResultTest extends TestCase method test_from_array (line 10) | public function test_from_array(): void FILE: tests/Unit/Databases/Query/SelectFilterTest.php class SelectFilterTest (line 9) | class SelectFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_equals (line 20) | public function test_equals(): void method test_does_not_equal (line 31) | public function test_does_not_equal(): void method test_is_empty (line 42) | public function test_is_empty(): void method test_is_not_empty (line 53) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/SortTest.php class SortTest (line 8) | class SortTest extends TestCase method test_sort_by_property (line 10) | public function test_sort_by_property(): void method test_sort_by_created_time (line 22) | public function test_sort_by_created_time(): void method test_sort_by_last_edited_time (line 34) | public function test_sort_by_last_edited_time(): void method test_sort_ascending (line 46) | public function test_sort_ascending(): void method test_sort_descending (line 53) | public function test_sort_descending(): void FILE: tests/Unit/Databases/Query/StatusFilterTest.php class StatusFilterTest (line 9) | class StatusFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_equals (line 20) | public function test_equals(): void method test_does_not_equal (line 31) | public function test_does_not_equal(): void method test_is_empty (line 42) | public function test_is_empty(): void method test_is_not_empty (line 53) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/Query/TextFilterTest.php class TextFilterTest (line 9) | class TextFilterTest extends TestCase method test_empty_filter (line 11) | public function test_empty_filter(): void method test_equals (line 20) | public function test_equals(): void method test_does_not_equal (line 35) | public function test_does_not_equal(): void method test_contains (line 46) | public function test_contains(): void method test_does_not_contain (line 57) | public function test_does_not_contain(): void method test_starts_with (line 68) | public function test_starts_with(): void method test_ends_with (line 79) | public function test_ends_with(): void method test_is_empty (line 90) | public function test_is_empty(): void method test_is_not_empty (line 101) | public function test_is_not_empty(): void FILE: tests/Unit/Databases/QueryTest.php class QueryTest (line 11) | class QueryTest extends TestCase method test_empty_query (line 13) | public function test_empty_query(): void method test_query_change_filter (line 23) | public function test_query_change_filter(): void method test_add_sort (line 31) | public function test_add_sort(): void method test_replace_sorts (line 40) | public function test_replace_sorts(): void method test_deprecated_change_added_sort (line 51) | public function test_deprecated_change_added_sort(): void method test_query_change_start_cursor (line 60) | public function test_query_change_start_cursor(): void method test_query_change_custom_page_size (line 68) | public function test_query_change_custom_page_size(): void method test_page_size_more_than_limit (line 76) | public function test_page_size_more_than_limit(): void method test_empty_query_to_array (line 84) | public function test_empty_query_to_array(): void method test_complete_query_to_array (line 96) | public function test_complete_query_to_array(): void FILE: tests/Unit/Exceptions/ApiExceptionTest.php class ApiExceptionTest (line 10) | class ApiExceptionTest extends TestCase method test_from_response_body (line 12) | public function test_from_response_body(): void FILE: tests/Unit/Infrastructure/HttpTest.php class HttpTest (line 17) | final class HttpTest extends TestCase method test_retry_sending_request_after_conflict_errors (line 19) | public function test_retry_sending_request_after_conflict_errors(): void method test_retry_sending_request_after_many_conflict_errors (line 40) | public function test_retry_sending_request_after_many_conflict_errors(... method conflictErrorJson (line 60) | private function conflictErrorJson(): string method createdPageJson (line 70) | private function createdPageJson(): string FILE: tests/Unit/NotionTest.php class NotionTest (line 10) | class NotionTest extends TestCase method test_custom_psr_implementation (line 12) | public function test_custom_psr_implementation(): void FILE: tests/Unit/Pages/PageParentTest.php class PageParentTest (line 9) | class PageParentTest extends TestCase method test_create_parent_database (line 11) | public function test_create_parent_database(): void method test_create_parent_page (line 19) | public function test_create_parent_page(): void method test_create_parent_block (line 27) | public function test_create_parent_block(): void method test_create_parent_workspace (line 35) | public function test_create_parent_workspace(): void method test_page_array_conversion (line 43) | public function test_page_array_conversion(): void method test_database_array_conversion (line 54) | public function test_database_array_conversion(): void method test_workspace_array_conversion (line 65) | public function test_workspace_array_conversion(): void method test_block_array_conversion (line 76) | public function test_block_array_conversion(): void method test_invalid_type_array (line 87) | public function test_invalid_type_array(): void FILE: tests/Unit/Pages/PageTest.php class PageTest (line 16) | class PageTest extends TestCase method test_create_page (line 18) | public function test_create_page(): void method test_add_title (line 27) | public function test_add_title(): void method test_add_icon (line 35) | public function test_add_icon(): void method test_add_file_icon (line 47) | public function test_add_file_icon(): void method test_remove_icon (line 58) | public function test_remove_icon(): void method test_add_cover (line 69) | public function test_add_cover(): void method test_remove_cover (line 78) | public function test_remove_cover(): void method test_delete (line 87) | public function test_delete(): void method test_restore (line 95) | public function test_restore(): void method test_move_page (line 103) | public function test_move_page(): void method test_add_property (line 112) | public function test_add_property(): void method test_get_property_deprecated (line 121) | public function test_get_property_deprecated(): void method test_replace_properties (line 131) | public function test_replace_properties(): void method test_array_conversion (line 142) | public function test_array_conversion(): void method test_from_array_change_emoji_icon (line 196) | public function test_from_array_change_emoji_icon(): void method test_from_array_change_file_icon (line 224) | public function test_from_array_change_file_icon(): void FILE: tests/Unit/Pages/Properties/CheckboxTest.php class CheckboxTest (line 10) | class CheckboxTest extends TestCase method test_create_checked (line 12) | public function test_create_checked(): void method test_create_unchecked (line 20) | public function test_create_unchecked(): void method test_check (line 28) | public function test_check(): void method test_uncheck (line 35) | public function test_uncheck(): void method test_array_conversion (line 42) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/CreatedByTest.php class CreatedByTest (line 10) | class CreatedByTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/CreatedTimeTest.php class CreatedTimeTest (line 11) | class CreatedTimeTest extends TestCase method test_create (line 13) | public function test_create(): void method test_change_time (line 22) | public function test_change_time(): void method test_array_conversion (line 32) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/DateTest.php class DateTest (line 11) | class DateTest extends TestCase method test_create_date (line 13) | public function test_create_date(): void method test_create_range (line 25) | public function test_create_range(): void method test_create_empty (line 37) | public function test_create_empty(): void method test_change_start (line 44) | public function test_change_start(): void method test_change_end (line 54) | public function test_change_end(): void method test_remove_end (line 64) | public function test_remove_end(): void method test_clear (line 75) | public function test_clear(): void method test_array_conversion (line 84) | public function test_array_conversion(): void method test_is_empty (line 101) | public function test_is_empty(): void FILE: tests/Unit/Pages/Properties/EmailTest.php class EmailTest (line 10) | class EmailTest extends TestCase method test_create (line 12) | public function test_create(): void method test_create_empty (line 20) | public function test_create_empty(): void method test_change_email (line 27) | public function test_change_email(): void method test_clear (line 34) | public function test_clear(): void method test_array_conversion (line 41) | public function test_array_conversion(): void method test_is_empty (line 56) | public function test_is_empty(): void FILE: tests/Unit/Pages/Properties/FilesTest.php class FilesTest (line 11) | class FilesTest extends TestCase method test_create (line 13) | public function test_create(): void method test_add_file (line 22) | public function test_add_file(): void method test_change_files (line 32) | public function test_change_files(): void method test_array_conversion (line 43) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/FormulaTest.php class FormulaTest (line 12) | class FormulaTest extends TestCase method test_string_from_array (line 14) | public function test_string_from_array(): void method test_number_from_array (line 34) | public function test_number_from_array(): void method test_boolean_from_array (line 53) | public function test_boolean_from_array(): void method test_date_from_array (line 72) | public function test_date_from_array(): void FILE: tests/Unit/Pages/Properties/LastEditedByTest.php class LastEditedByTest (line 10) | class LastEditedByTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/LastEditedTimeTest.php class LastEditedTimeTest (line 10) | class LastEditedTimeTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/MultiSelectTest.php class MultiSelectTest (line 11) | class MultiSelectTest extends TestCase method test_create_from_ids (line 13) | public function test_create_from_ids(): void method test_create_from_names (line 26) | public function test_create_from_names(): void method test_create_from_options (line 37) | public function test_create_from_options(): void method test_array_conversion (line 47) | public function test_array_conversion(): void method test_add_option (line 65) | public function test_add_option(): void method test_remove_options (line 73) | public function test_remove_options(): void FILE: tests/Unit/Pages/Properties/NumberTest.php class NumberTest (line 11) | class NumberTest extends TestCase method test_create (line 13) | public function test_create(): void method test_create_empty (line 22) | public function test_create_empty(): void method test_array_conversion (line 29) | public function test_array_conversion(): void method test_change_value (line 44) | public function test_change_value(): void method test_clear (line 50) | public function test_clear(): void method test_is_empty (line 57) | public function test_is_empty(): void FILE: tests/Unit/Pages/Properties/PeopleTest.php class PeopleTest (line 11) | class PeopleTest extends TestCase method test_create (line 13) | public function test_create(): void method test_replace_users (line 24) | public function test_replace_users(): void method test_add_user (line 34) | public function test_add_user(): void method test_remove_user (line 44) | public function test_remove_user(): void method test_array_conversion (line 54) | public function test_array_conversion(): void method user1 (line 72) | private function user1(): User method user2 (line 83) | private function user2(): User FILE: tests/Unit/Pages/Properties/PhoneNumberTest.php class PhoneNumberTest (line 10) | class PhoneNumberTest extends TestCase method test_create (line 12) | public function test_create(): void method test_create_empty (line 20) | public function test_create_empty(): void method test_change_phone (line 27) | public function test_change_phone(): void method test_clear (line 34) | public function test_clear(): void method test_array_conversion (line 41) | public function test_array_conversion(): void method test_is_empty (line 56) | public function test_is_empty(): void FILE: tests/Unit/Pages/Properties/PropertyCollectionTest.php class PropertyCollectionTest (line 12) | class PropertyCollectionTest extends TestCase method test_create (line 14) | public function test_create(): void method test_add (line 26) | public function test_add(): void method test_change (line 39) | public function test_change(): void method test_get (line 49) | public function test_get(): void method test_get_not_found (line 62) | public function test_get_not_found(): void method test_get_by_id (line 71) | public function test_get_by_id(): void method test_get_by_id_not_found (line 84) | public function test_get_by_id_not_found(): void method test_title (line 93) | public function test_title(): void method test_null_title (line 102) | public function test_null_title(): void method test_get_typed_wrong_type (line 109) | public function test_get_typed_wrong_type(): void method test_get_typed_by_id_wrong_type (line 120) | public function test_get_typed_by_id_wrong_type(): void method test_get_checkbox_by_id (line 135) | public function test_get_checkbox_by_id(): void method test_get_checkbox (line 148) | public function test_get_checkbox(): void method test_get_created_by_by_id (line 157) | public function test_get_created_by_by_id(): void method test_get_created_by (line 176) | public function test_get_created_by(): void method test_get_created_time_by_id (line 195) | public function test_get_created_time_by_id(): void method test_get_created_time (line 208) | public function test_get_created_time(): void method test_get_date_by_id (line 217) | public function test_get_date_by_id(): void method test_get_date (line 233) | public function test_get_date(): void method test_get_email_by_id (line 242) | public function test_get_email_by_id(): void method test_get_email (line 255) | public function test_get_email(): void method test_get_files_by_id (line 264) | public function test_get_files_by_id(): void method test_get_files (line 284) | public function test_get_files(): void method test_get_formula_by_id (line 293) | public function test_get_formula_by_id(): void method test_get_formula (line 309) | public function test_get_formula(): void method test_get_last_edited_by_by_id (line 325) | public function test_get_last_edited_by_by_id(): void method test_get_last_edited_by (line 344) | public function test_get_last_edited_by(): void method test_get_last_edited_time_by_id (line 363) | public function test_get_last_edited_time_by_id(): void method test_get_last_edited_time (line 376) | public function test_get_last_edited_time(): void method test_get_multi_select_by_id (line 389) | public function test_get_multi_select_by_id(): void method test_get_multi_select (line 405) | public function test_get_multi_select(): void method test_get_number_by_id (line 414) | public function test_get_number_by_id(): void method test_get_number (line 427) | public function test_get_number(): void method test_get_people_by_id (line 436) | public function test_get_people_by_id(): void method test_get_people (line 457) | public function test_get_people(): void method test_get_phone_number_by_id (line 466) | public function test_get_phone_number_by_id(): void method test_get_phone_number (line 479) | public function test_get_phone_number(): void method test_get_relation_by_id (line 488) | public function test_get_relation_by_id(): void method test_get_relation (line 504) | public function test_get_relation(): void method test_get_rich_text_by_id (line 513) | public function test_get_rich_text_by_id(): void method test_get_rich_text (line 541) | public function test_get_rich_text(): void method test_get_select_by_id (line 550) | public function test_get_select_by_id(): void method test_get_select (line 567) | public function test_get_select(): void method test_get_status_by_id (line 576) | public function test_get_status_by_id(): void method test_get_status (line 593) | public function test_get_status(): void method test_get_url_by_id (line 602) | public function test_get_url_by_id(): void method test_get_url (line 615) | public function test_get_url(): void method test_get_unique_id_by_id (line 624) | public function test_get_unique_id_by_id(): void method test_get_unique_id (line 640) | public function test_get_unique_id(): void FILE: tests/Unit/Pages/Properties/RelationTest.php class RelationTest (line 10) | class RelationTest extends TestCase method test_create (line 12) | public function test_create(): void method test_replace_relation (line 23) | public function test_replace_relation(): void method test_add_relation (line 33) | public function test_add_relation(): void method test_remove_relation (line 43) | public function test_remove_relation(): void method test_array_conversion (line 54) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/RichTextPropertyTest.php class RichTextPropertyTest (line 11) | class RichTextPropertyTest extends TestCase method test_create (line 13) | public function test_create(): void method test_create_empty (line 22) | public function test_create_empty(): void method test_array_conversion (line 29) | public function test_array_conversion(): void method test_string_conversion (line 59) | public function test_string_conversion(): void method test_change_text (line 65) | public function test_change_text(): void method test_clear (line 73) | public function test_clear(): void FILE: tests/Unit/Pages/Properties/SelectTest.php class SelectTest (line 12) | class SelectTest extends TestCase method test_create_from_option_id (line 14) | public function test_create_from_option_id(): void method test_create_from_option_name (line 24) | public function test_create_from_option_name(): void method test_create_from_option (line 34) | public function test_create_from_option(): void method test_create_empty (line 43) | public function test_create_empty(): void method test_change_option (line 50) | public function test_change_option(): void method test_clear (line 61) | public function test_clear(): void method test_array_conversion (line 70) | public function test_array_conversion(): void method test_is_empty (line 89) | public function test_is_empty(): void FILE: tests/Unit/Pages/Properties/StatusTest.php class StatusTest (line 11) | class StatusTest extends TestCase method test_from_id (line 13) | public function test_from_id(): void method test_from_name (line 21) | public function test_from_name(): void method test_from_option (line 29) | public function test_from_option(): void method test_change_color (line 37) | public function test_change_color(): void method test_array_conversion (line 47) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/TitleTest.php class TitleTest (line 10) | class TitleTest extends TestCase method test_create (line 12) | public function test_create(): void method test_array_conversion (line 21) | public function test_array_conversion(): void method test_string_conversion (line 48) | public function test_string_conversion(): void method test_change_text (line 54) | public function test_change_text(): void method test_is_empty_on_empty_string (line 62) | public function test_is_empty_on_empty_string(): void method test_is_empty_on_no_rich_text (line 67) | public function test_is_empty_on_no_rich_text(): void FILE: tests/Unit/Pages/Properties/UniqueIdTest.php class UniqueIdTest (line 10) | class UniqueIdTest extends TestCase method test_array_conversion (line 12) | public function test_array_conversion(): void FILE: tests/Unit/Pages/Properties/UnknownTest.php class UnknownTest (line 10) | class UnknownTest extends TestCase method test_serialization (line 12) | public function test_serialization(): void FILE: tests/Unit/Pages/Properties/UrlTest.php class UrlTest (line 10) | class UrlTest extends TestCase method test_create (line 12) | public function test_create(): void method test_create_empty (line 20) | public function test_create_empty(): void method test_change_url (line 27) | public function test_change_url(): void method test_clear (line 34) | public function test_clear(): void method test_array_conversion (line 41) | public function test_array_conversion(): void method test_is_empty (line 56) | public function test_is_empty(): void FILE: tests/Unit/Search/FilterTest.php class FilterTest (line 10) | class FilterTest extends TestCase method test_by_pages (line 12) | public function test_by_pages(): void method test_by_databases (line 20) | public function test_by_databases(): void method test_to_array (line 28) | public function test_to_array(): void FILE: tests/Unit/Search/QueryTest.php class QueryTest (line 10) | class QueryTest extends TestCase method test_term (line 12) | public function test_term(): void method test_query_all (line 23) | public function test_query_all(): void method test_filter_by_pages (line 30) | public function test_filter_by_pages(): void method test_filter_by_databases (line 37) | public function test_filter_by_databases(): void method test_sort_ascending (line 44) | public function test_sort_ascending(): void method test_sort_descending (line 51) | public function test_sort_descending(): void method test_change_start_cursor (line 58) | public function test_change_start_cursor(): void method test_change_page_size (line 65) | public function test_change_page_size(): void method test_to_array (line 72) | public function test_to_array(): void FILE: tests/Unit/Search/SortTest.php class SortTest (line 10) | class SortTest extends TestCase method test_create (line 12) | public function test_create(): void method test_by_last_edited_time (line 20) | public function test_by_last_edited_time(): void method test_ascending (line 27) | public function test_ascending(): void method test_descending (line 34) | public function test_descending(): void method test_to_array (line 41) | public function test_to_array(): void FILE: tests/Unit/Users/UserTest.php class UserTest (line 9) | class UserTest extends TestCase method test_person_from_array (line 11) | public function test_person_from_array(): void method test_bot_from_array (line 32) | public function test_bot_from_array(): void method test_invalid_type_from_array (line 55) | public function test_invalid_type_from_array(): void