From 144b3ada1b5ceaf7f55371cdfc7c85dd4364364c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 09:26:38 +0200 Subject: v1.0.0b2 --- REFLECTION | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e8de709..6e3269a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 request version 1.0.0b1 ] { +Extension [ extension #181 request version 1.0.0b2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -145,15 +145,16 @@ Extension [ extension #123 request version 1.0.0b1 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ protected $version ] Property [ protected $status ] Property [ protected $headers ] Property [ protected $cookies ] Property [ protected $content ] + Property [ protected $callbacks ] } - - Methods [22] { + - Methods [26] { Method [ public method __construct ] { - Parameters [0] { @@ -282,6 +283,26 @@ Extension [ extension #123 request version 1.0.0b1 ] { } } + Method [ public method addHeaderCallback ] { + + - Parameters [1] { + Parameter #0 [ callable $callback ] + } + } + + Method [ public method setHeaderCallbacks ] { + + - Parameters [1] { + Parameter #0 [ array $callbacks ] + } + } + + Method [ public method getHeaderCallbacks ] { + + - Parameters [0] { + } + } + Method [ public method date ] { - Parameters [1] { @@ -296,6 +317,12 @@ Extension [ extension #123 request version 1.0.0b1 ] { } } + Method [ protected method runHeaderCallbacks ] { + + - Parameters [0] { + } + } + Method [ protected method sendStatus ] { - Parameters [0] { -- cgit