From 91c22cbcebd61c3f790d923277fb8129bd224ec1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 13 Dec 2017 00:05:16 +0100 Subject: [PATCH] upd: notice.api:3.0 (updated links @5 (to test)) --- notice/api/3.0.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/notice/api/3.0.md b/notice/api/3.0.md index e72d824..02fc16f 100644 --- a/notice/api/3.0.md +++ b/notice/api/3.0.md @@ -48,13 +48,8 @@ Plan [**V.** Type Checker](#v-type-checker) -- [**1** Permissions : AuthSystem](#1---permissions--authsystem) -- [**2** Core implementation](#2---core-implementation) - - [Classes](#classes) - - [Methods](#methods) - - [Method arguments](#method-arguments) - - [Return statement](#return-statement) - - [Example](#example) +- [**1** Default Types](#1---default-types) +- [**2** Complex Types](#1---complex-types) # **I.** Overview @@ -411,4 +406,5 @@ To add a new type, just open the file `/build/api/Checker.php` and add an entry |`array`|`a`|Array containing only entries matching the type `a`| > **Note:** It is possible to chain `array` type as many as needed. + **Ex.:** `array>` - Will only match an array containing arrays that only contains `id` entries. \ No newline at end of file