diff --git a/docs/Environment/Environment.html b/docs/Environment/Environment.html index 8b0ddbd..e0f8150 100644 --- a/docs/Environment/Environment.html +++ b/docs/Environment/Environment.html @@ -124,7 +124,7 @@

Class Environment

-
+
@@ -161,7 +161,7 @@

Class Environment

-
+
static method auto_load (line 47) @@ -192,7 +192,7 @@

Class Environment

-
+
static method error_handler (line 75) @@ -233,7 +233,7 @@

Class Environment

-
+
static method exception_handler (line 92) @@ -263,10 +263,10 @@

Class Environment

-
+
- static method exception_text (line 169) + static method exception_text (line 176)
@@ -294,10 +294,10 @@

Class Environment

-
+
- static method set_view (line 149) + static method set_view (line 156)
@@ -325,10 +325,10 @@

Class Environment

-
+
- static method shutdown_handler (line 181) + static method shutdown_handler (line 188)
@@ -357,7 +357,7 @@

Class Environment

- Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/Environment/_Environment.php.html b/docs/Environment/_Environment.php.html index 5d9502f..bf1f5e3 100644 --- a/docs/Environment/_Environment.php.html +++ b/docs/Environment/_Environment.php.html @@ -54,7 +54,7 @@

/Environment.php

- Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/Scaffold/Response/Scaffold_Response_Cache.html b/docs/Scaffold/Response/Scaffold_Response_Cache.html index 3e1ec13..c8a3461 100644 --- a/docs/Scaffold/Response/Scaffold_Response_Cache.html +++ b/docs/Scaffold/Response/Scaffold_Response_Cache.html @@ -30,7 +30,7 @@

Class Scaffold_Response_Cache

  • license: New BSD License
  • - Located in /Scaffold/Response/Cache.php (line 20) + Located in /Scaffold/Response/Cache.php (line 18)

    @@ -51,9 +51,9 @@

    Class Scaffold_Response_Cache

    - +
    - return + void __construct ($param 0)
    @@ -65,12 +65,17 @@

    Class Scaffold_Response_Cache

    int get_modified_since - ($param 0) + () +
    +
    + boolean + matched + ($etag $etag)
    boolean - valid - ($last_modified $last_modified, $etag $etag) + modified + ($last_modified $last_modified)
    @@ -92,19 +97,16 @@

    Class Scaffold_Response_Cache

    - Constructor __construct (line 43) + Constructor __construct (line 37)
    -

    Constructor

      -
    • return: type
    • -
    • author: your name
    • access: public
    - return + void __construct @@ -123,7 +125,7 @@

    Class Scaffold_Response_Cache

    - get_etag (line 76) + get_etag (line 55)
    @@ -147,7 +149,7 @@

    Class Scaffold_Response_Cache

    - get_modified_since (line 88) + get_modified_since (line 65)
    @@ -161,26 +163,50 @@

    Class Scaffold_Response_Cache

    get_modified_since - ($param 0) + () +
    + + + +
    + +
    + +
    + matched (line 118) +
    + + +

    ETags match

    +
      +
    • access: public
    • +
    + +
    + boolean + + matched + + ($etag $etag)
    • - $param - 0
    • + $etag + $etag
    - -
    + +
    - valid (line 65) + modified (line 129)
    -

    Checks if the users cache is still valid by checking the last modified time and etag against the browsers sent header.

    +

    Has the resource been modified?

    • access: public
    @@ -188,18 +214,15 @@

    Class Scaffold_Response_Cache

    boolean - valid + modified - ($last_modified $last_modified, $etag $etag) + ($last_modified $last_modified)
    • $last_modified $last_modified
    • -
    • - $etag - $etag
    @@ -210,7 +233,7 @@

    Class Scaffold_Response_Cache

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Response/Scaffold_Response_Compressor.html b/docs/Scaffold/Response/Scaffold_Response_Encoder.html similarity index 82% rename from docs/Scaffold/Response/Scaffold_Response_Compressor.html rename to docs/Scaffold/Response/Scaffold_Response_Encoder.html index b0f0db5..94df5c9 100644 --- a/docs/Scaffold/Response/Scaffold_Response_Compressor.html +++ b/docs/Scaffold/Response/Scaffold_Response_Encoder.html @@ -3,13 +3,13 @@ - Docs For Class Scaffold_Response_Compressor + Docs For Class Scaffold_Response_Encoder
    -

    Class Scaffold_Response_Compressor

    +

    Class Scaffold_Response_Encoder

    @@ -21,8 +21,8 @@

    Class Scaffold_Response_Compressor

    -

    Scaffold_Response_Compressor

    -

    Determines the available encoding types of the requesting user agent. It can encode/compress content and return it in a format the user agent will understand.

    It automatically disables compression for IE6, which has bugs with gzip compression.

    +

    Scaffold_Response_Encoder

    +

    Determines the available encoding types of the requesting user agent. It can encode content and return it in a format the user agent will understand.

    It automatically disables compression for IE6, which has bugs with gzip compression.

    • author: Anthony Short <anthonyshort@me.com>
    • copyright: 2009-2010 Anthony Short. All rights reserved.
    • @@ -30,7 +30,7 @@

      Class Scaffold_Response_Compressor

    • license: New BSD License

    - Located in /Scaffold/Response/Compressor.php (line 20) + Located in /Scaffold/Response/Encoder.php (line 17)

    @@ -64,22 +64,22 @@

    Class Scaffold_Response_Compressor

    string - compress + encode ($content $content)
    @@ -99,14 +99,14 @@

    Class Scaffold_Response_Compressor

    -
    +
    - Constructor __construct (line 43) + Constructor __construct (line 37)
    -

    Constructor

    +

    Determine the compression level, and what type of encoding the user agent accepts

    • access: public
    @@ -128,10 +128,10 @@

    Class Scaffold_Response_Compressor

    -
    +
    - can_encode (line 125) + can_encode (line 115)
    @@ -152,11 +152,11 @@

    Class Scaffold_Response_Compressor

    - -
    + +
    - compress (line 65) + encode (line 58)
    @@ -168,7 +168,7 @@

    Class Scaffold_Response_Compressor

    string - compress + encode ($content $content)
    @@ -181,15 +181,15 @@

    Class Scaffold_Response_Compressor

    - -
    + +
    - get_compression_level (line 80) + get_encoding_type (line 93)
    -

    Gets the compression level

    +

    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.

    • access: public
    @@ -197,7 +197,7 @@

    Class Scaffold_Response_Compressor

    mixed - get_compression_level + get_encoding_type ()
    @@ -205,15 +205,15 @@

    Class Scaffold_Response_Compressor

    - -
    + +
    - get_encoding_method (line 91) + get_level (line 72)
    -

    Returns the encoding type

    +

    Gets the compression level

    • access: public
    @@ -221,7 +221,7 @@

    Class Scaffold_Response_Compressor

    mixed - get_encoding_method + get_level ()
    @@ -229,15 +229,15 @@

    Class Scaffold_Response_Compressor

    - -
    + +
    - get_encoding_type (line 103) + get_method (line 82)
    -

    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.

    +

    Returns the encoding type

    • access: public
    @@ -245,7 +245,7 @@

    Class Scaffold_Response_Compressor

    mixed - get_encoding_type + get_method ()
    @@ -259,7 +259,7 @@

    Class Scaffold_Response_Compressor

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Response/_Scaffold---Response---Cache.php.html b/docs/Scaffold/Response/_Scaffold---Response---Cache.php.html index 3504a21..662405b 100644 --- a/docs/Scaffold/Response/_Scaffold---Response---Cache.php.html +++ b/docs/Scaffold/Response/_Scaffold---Response---Cache.php.html @@ -54,7 +54,7 @@

    /Scaffold/Response/Cache.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Response/_Scaffold---Response---Compressor.php.html b/docs/Scaffold/Response/_Scaffold---Response---Encoder.php.html similarity index 82% rename from docs/Scaffold/Response/_Scaffold---Response---Compressor.php.html rename to docs/Scaffold/Response/_Scaffold---Response---Encoder.php.html index 0ca3a27..d3fea9d 100644 --- a/docs/Scaffold/Response/_Scaffold---Response---Compressor.php.html +++ b/docs/Scaffold/Response/_Scaffold---Response---Encoder.php.html @@ -3,13 +3,13 @@ - Docs for page Compressor.php + Docs for page Encoder.php
    -

    /Scaffold/Response/Compressor.php

    +

    /Scaffold/Response/Encoder.php

    @@ -39,10 +39,10 @@

    /Scaffold/Response/Compressor.php

    - Scaffold_Response_Compressor + Scaffold_Response_Encoder - Scaffold_Response_Compressor + Scaffold_Response_Encoder @@ -54,7 +54,7 @@

    /Scaffold/Response/Compressor.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold.html b/docs/Scaffold/Scaffold.html index b400ce9..bf3b806 100644 --- a/docs/Scaffold/Scaffold.html +++ b/docs/Scaffold/Scaffold.html @@ -110,7 +110,7 @@

    Class Scaffold

    void render - (Scaffold_Source $source, $last_modified 1) + (Scaffold_Source $source)
    void @@ -341,7 +341,7 @@

    Inherited Variables

    - parse (line 149) + parse (line 157)
    @@ -371,7 +371,7 @@

    Inherited Variables

    - render (line 123) + render (line 129)
    @@ -386,16 +386,13 @@

    Inherited Variables

    render - (Scaffold_Source $source, $last_modified 1) + (Scaffold_Source $source)
    • - $last_modified - 1: int Time to compare against the browser cache
    • -
    • - $output - $source: string The contents to be output to the browser
    • + $source + $source
    @@ -404,7 +401,7 @@

    Inherited Variables

    - save (line 167) + save (line 175)
    @@ -444,7 +441,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Cache.html b/docs/Scaffold/Scaffold_Cache.html index af79d44..5782413 100644 --- a/docs/Scaffold/Scaffold_Cache.html +++ b/docs/Scaffold/Scaffold_Cache.html @@ -152,7 +152,7 @@

    Class Scaffold_Cache

    -
    +
    @@ -182,7 +182,7 @@

    Class Scaffold_Cache

    -
    +
    @@ -221,7 +221,7 @@

    Class Scaffold_Cache

    -
    +
    delete (line 64) @@ -262,7 +262,7 @@

    Class Scaffold_Cache

    -
    +
    delete_all (line 73) @@ -295,7 +295,7 @@

    Class Scaffold_Cache

    -
    +
    get (line 40) @@ -339,7 +339,7 @@

    Class Scaffold_Cache

    -
    +
    sanitize_id (line 86) @@ -368,7 +368,7 @@

    Class Scaffold_Cache

    -
    +
    set (line 53) @@ -417,7 +417,7 @@

    Class Scaffold_Cache

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Cache_File.html b/docs/Scaffold/Scaffold_Cache_File.html index e217353..3e57a5d 100644 --- a/docs/Scaffold/Scaffold_Cache_File.html +++ b/docs/Scaffold/Scaffold_Cache_File.html @@ -122,9 +122,9 @@

    Class Scaffold_Cache_File

    ($id $id, [$relative_time $relative_time = false], [$default $default = false])
    - boolean + string set - (string $id, string $data, [integer $last_modified = null]) + (string $id, string $data, [integer $last_modified = false], [ $expires = true], [ $encode = true])
    @@ -144,7 +144,7 @@

    Class Scaffold_Cache_File

    -
    +
    @@ -172,7 +172,7 @@

    Class Scaffold_Cache_File

    -
    +
    @@ -218,7 +218,7 @@

    Inherited Variables

    -
    +
    Constructor __construct (line 38) @@ -250,10 +250,10 @@

    Inherited Variables

    -
    +
    - create (line 199) + create (line 211)
    @@ -279,10 +279,10 @@

    Inherited Variables

    -
    +
    - delete (line 111) + delete (line 123)
    @@ -314,10 +314,10 @@

    Inherited Variables

    -
    +
    - delete_all (line 151) + delete_all (line 163)
    @@ -344,10 +344,10 @@

    Inherited Variables

    -
    +
    - exists (line 165) + exists (line 177)
    @@ -373,10 +373,10 @@

    Inherited Variables

    -
    +
    - expires (line 177) + expires (line 189)
    @@ -402,10 +402,10 @@

    Inherited Variables

    -
    +
    - find (line 188) + find (line 200)
    @@ -431,10 +431,10 @@

    Inherited Variables

    -
    +
    - get (line 57) + get (line 58)
    @@ -472,24 +472,25 @@

    Inherited Variables

    -
    +
    - set (line 86) + set (line 87)

    Set a value based on an id.

      +
    • return: The full path of the file that was just used as a cache
    • access: public
    - boolean + string set - (string $id, string $data, [integer $last_modified = null]) + (string $id, string $data, [integer $last_modified = false], [ $expires = true], [ $encode = true])
      @@ -502,6 +503,12 @@

      Inherited Variables

    • integer $last_modified: When the source file was last modified
    • +
    • + + $expires
    • +
    • + + $encode

    @@ -529,7 +536,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Container.html b/docs/Scaffold/Scaffold_Container.html index 099243c..8440991 100644 --- a/docs/Scaffold/Scaffold_Container.html +++ b/docs/Scaffold/Scaffold_Container.html @@ -110,14 +110,14 @@

    Class Scaffold_Container

    ()
    return - loadExtensions - ($param $path) + load_extensions + ($param $path,  $scaffold)
    @@ -137,7 +137,7 @@

    Class Scaffold_Container

    -
    +
    @@ -159,7 +159,7 @@

    Class Scaffold_Container

    -
    +
    @@ -197,7 +197,7 @@

    Class Scaffold_Container

    -
    +
    Constructor __construct (line 50) @@ -231,10 +231,10 @@

    Class Scaffold_Container

    -
    +
    - build (line 100) + build (line 99)
    @@ -255,10 +255,10 @@

    Class Scaffold_Container

    -
    +
    - getCache (line 189) + getCache (line 183)
    @@ -279,10 +279,10 @@

    Class Scaffold_Container

    -
    +
    - getLoader (line 130) + getLoader (line 124)
    @@ -303,10 +303,10 @@

    Class Scaffold_Container

    -
    +
    - getResponse (line 144) + getResponse (line 138)
    @@ -327,10 +327,10 @@

    Class Scaffold_Container

    -
    +
    - getResponseCache (line 175) + getResponseCache (line 169)
    @@ -351,10 +351,10 @@

    Class Scaffold_Container

    -
    +
    - getResponseEncoder (line 161) + getResponseEncoder (line 155)
    @@ -364,7 +364,7 @@

    Class Scaffold_Container

    - Scaffold_Response_Compressor + Scaffold_Response_Encoder getResponseEncoder @@ -374,11 +374,11 @@

    Class Scaffold_Container

    - -
    + +
    - loadExtensions (line 63) + load_extensions (line 62)
    @@ -392,15 +392,18 @@

    Class Scaffold_Container

    return - loadExtensions + load_extensions - ($param $path) + ($param $path,  $scaffold)
    • $param $path
    • +
    • + + $scaffold
    @@ -411,7 +414,7 @@

    Class Scaffold_Container

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Extension.html b/docs/Scaffold/Scaffold_Extension.html index 37d53c3..f9c8114 100644 --- a/docs/Scaffold/Scaffold_Extension.html +++ b/docs/Scaffold/Scaffold_Extension.html @@ -89,7 +89,7 @@

    Class Scaffold_Extension

    void __construct - ($engine $config, $config $path, $path 2) + ([$engine $config = array()], $config 1, $path 2)
    @@ -109,7 +109,7 @@

    Class Scaffold_Extension

    -
    +
    @@ -131,7 +131,7 @@

    Class Scaffold_Extension

    -
    +
    @@ -153,7 +153,7 @@

    Class Scaffold_Extension

    -
    +
    @@ -191,10 +191,10 @@

    Class Scaffold_Extension

    -
    +
    - Constructor __construct (line 45) + Constructor __construct (line 44)
    @@ -208,19 +208,19 @@

    Class Scaffold_Extension

    __construct - ($engine $config, $config $path, $path 2) + ([$engine $config = array()], $config 1, $path 2)
    • + $config + 1: array Custom configration for this module
    • +
    • $path 2: string The path to the module folder to use
    • $engine $config: object Scaffold_Engine
    • -
    • - $config - $path: array Custom configration for this module

    @@ -245,7 +245,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Extension_Exception.html b/docs/Scaffold/Scaffold_Extension_Exception.html index 9eff029..e53d3d6 100644 --- a/docs/Scaffold/Scaffold_Extension_Exception.html +++ b/docs/Scaffold/Scaffold_Extension_Exception.html @@ -123,7 +123,7 @@

    Inherited Variables

    -
    +
    Constructor __construct (line 15) @@ -186,7 +186,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Extension_Observable.html b/docs/Scaffold/Scaffold_Extension_Observable.html index 60342ea..55234a9 100644 --- a/docs/Scaffold/Scaffold_Extension_Observable.html +++ b/docs/Scaffold/Scaffold_Extension_Observable.html @@ -121,7 +121,7 @@

    Class Scaffold_Extension_Observable

    Scaffold_Engine notify - ($hook $hook, [ $data = array()]) + ($hook $hook, [ $params = array()])
    @@ -237,7 +237,7 @@

    Class Scaffold_Extension_Observable

    - detach (line 46) + detach (line 45)
    @@ -267,7 +267,7 @@

    Class Scaffold_Extension_Observable

    - notify (line 68) + notify (line 67)
    @@ -281,7 +281,7 @@

    Class Scaffold_Extension_Observable

    notify - ($hook $hook, [ $data = array()]) + ($hook $hook, [ $params = array()])
      @@ -290,7 +290,7 @@

      Class Scaffold_Extension_Observable

      $hook
    • - $data
    • + $params
    @@ -301,7 +301,7 @@

    Class Scaffold_Extension_Observable

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Extension_Observer.html b/docs/Scaffold/Scaffold_Extension_Observer.html index 3adf8de..dc8ef9f 100644 --- a/docs/Scaffold/Scaffold_Extension_Observer.html +++ b/docs/Scaffold/Scaffold_Extension_Observer.html @@ -87,7 +87,7 @@

    Class Scaffold_Extension_Observer

    void update - ($observable $hook, [ $data = array()]) + ($observable $hook, [ $params = array()])
    @@ -161,7 +161,7 @@

    Class Scaffold_Extension_Observer

    update - ($observable $hook, [ $data = array()]) + ($observable $hook, [ $params = array()])
      @@ -170,7 +170,7 @@

      Class Scaffold_Extension_Observer

      $hook
    • - $data
    • + $params
    @@ -181,7 +181,7 @@

    Class Scaffold_Extension_Observer

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Helper_CSS.html b/docs/Scaffold/Scaffold_Helper_CSS.html index d9fe794..97c7d4b 100644 --- a/docs/Scaffold/Scaffold_Helper_CSS.html +++ b/docs/Scaffold/Scaffold_Helper_CSS.html @@ -177,7 +177,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    @@ -199,7 +199,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    @@ -236,7 +236,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    static method escape_regex (line 66) @@ -266,10 +266,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_atrule (line 347) + static method find_atrule (line 371)
    @@ -299,15 +299,15 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_functions (line 87) + static method find_functions (line 88)

    Finds CSS 'functions'. These are things like url(), embed() etc.

    -

    Handles interior brackets as well by using recursion.

    +

    Handles interior brackets as well by using recursion. Also handles nested functions.

    • access: public
    @@ -336,10 +336,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_properties (line 319) + static method find_properties (line 343)
    @@ -369,10 +369,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_properties_with_value (line 225) + static method find_properties_with_value (line 248)
    @@ -408,10 +408,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_selectors (line 185) + static method find_selectors (line 208)
    @@ -445,10 +445,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method find_selectors_with_property (line 159) + static method find_selectors_with_property (line 182)
    @@ -478,10 +478,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method remove_atrule (line 373) + static method remove_atrule (line 397)
    @@ -511,7 +511,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    static method remove_comments (line 55) @@ -541,7 +541,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    static method remove_inline_comments (line 33) @@ -571,7 +571,7 @@

    Class Scaffold_Helper_CSS

    -
    +
    static method remove_newlines (line 44) @@ -601,10 +601,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method remove_properties (line 330) + static method remove_properties (line 354)
    @@ -634,10 +634,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method remove_properties_with_value (line 280) + static method remove_properties_with_value (line 304)
    @@ -673,10 +673,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method ruleset_to_array (line 124) + static method ruleset_to_array (line 147)
    @@ -704,10 +704,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method selector_exists (line 198) + static method selector_exists (line 221)
    @@ -737,10 +737,10 @@

    Class Scaffold_Helper_CSS

    -
    +
    - static method valid_selector (line 208) + static method valid_selector (line 231)
    @@ -773,7 +773,7 @@

    Class Scaffold_Helper_CSS

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Helper_String.html b/docs/Scaffold/Scaffold_Helper_String.html index 1d5889f..180044d 100644 --- a/docs/Scaffold/Scaffold_Helper_String.html +++ b/docs/Scaffold/Scaffold_Helper_String.html @@ -78,7 +78,7 @@

    Class Scaffold_Helper_String

    -
    +
    static method line_contents (line 42) @@ -115,7 +115,7 @@

    Class Scaffold_Helper_String

    -
    +
    static method line_number (line 22) @@ -155,7 +155,7 @@

    Class Scaffold_Helper_String

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Loader.html b/docs/Scaffold/Scaffold_Loader.html index 0968aef..779de41 100644 --- a/docs/Scaffold/Scaffold_Loader.html +++ b/docs/Scaffold/Scaffold_Loader.html @@ -277,7 +277,7 @@

    Class Scaffold_Loader

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Scaffold_Response.html b/docs/Scaffold/Scaffold_Response.html index bddebd1..9ecb175 100644 --- a/docs/Scaffold/Scaffold_Response.html +++ b/docs/Scaffold/Scaffold_Response.html @@ -23,7 +23,7 @@

    Class Scaffold_Response

    Scaffold_Response

    -

    • Renders content to the browser

    +

    Sets the headers to use for a response. Uses the clients cache and encoding, if it's available, to send the request as best as possible.

    - Located in /Scaffold/Response.php (line 13) + Located in /Scaffold/Response.php (line 14)

    @@ -54,9 +54,37 @@

    Class Scaffold_Response

    -
    + + +
    + mixed + $encoding +
    +
    array $headers +
    +
    + array + $messages +
    +
    + array + $options +
    +
    + string + $output +
    +
    + int + $status
    array @@ -78,26 +106,31 @@

    Class Scaffold_Response

    - +
    - return + void __construct - (Scaffold_Response_Compressor $encoder, Scaffold_Response_Cache $cache, [ $options = array()]) + (Scaffold_Response_Encoder $encoder, Scaffold_Response_Cache $cache, [$options $options = array()])
    - void - header - ($name $name) + string + generate_etag + ($array 0)
    void render - ($content $content, $compress $last_modified, [ $use_cache = true], [ $output_type = null]) + ([$use_cache $use_cache = true])
    void send_headers () +
    +
    + array + set + ($content $content, $last_modified $last_modified, [$type $type = 'text/plain'])
    @@ -116,19 +149,82 @@

    Class Scaffold_Response

    - +
    +
    + + Scaffold_Response_Cache + $cache + (line 19) + +
    + + +
      +
    • access: public
    • +
    + + + + + +
    + +
    + +
    + + Scaffold_Response_Encoder + $encoder + (line 24) + +
    + + +
      +
    • access: public
    • +
    + + + + + +
    + +
    + +
    + + mixed + $encoding + (line 36) + +
    + + +

    Output encoding

    +
      +
    • access: public
    • +
    + + + + + +
    + +
    +
    array $headers - = array() (line 31) + = array
    (
    'Content-Encoding' => false,
    'Vary' => false,
    'Expires' => false,
    'ETag' => false,
    'Last-Modified' => false,
    'Cache-Control' => false,
    )
    (line 51)
    -

    The headers to be sent to the browser

    • access: public
    @@ -138,19 +234,104 @@

    Class Scaffold_Response

    - + +
    + +
    + + array + $messages + = array(
    200 => 'OK',
    304 => 'Not Modified',
    )
    (line 65) +
    +
    + + +

    HTTP status codes and messages

    +
      +
    • access: public
    • +
    + + + + + +
    +
    +
    + + array + $options + (line 41) + +
    + + +
      +
    • access: public
    • +
    + + + + + +
    + +
    + +
    + + string + $output + = false (line 30) + +
    + + +

    What will be rendered

    +
      +
    • access: public
    • +
    + + + + + +
    + +
    + +
    + + int + $status + = 200 (line 46) + +
    + + +
      +
    • access: public
    • +
    + + + + + +
    + +
    +
    array $_default_options - = array
    (
    'scope' => 'public',
    'content_type' => 'text/css',
    'max_age' => 3600,
    'far_future_expires_header' => true
    )
    (line 78) + = array
    (
    'cache_control' => 'max-age=31536000,must-revalidate,public',
    'set_etag' => true,
    )
    (line 73)
    -

    Default Options

    • access: protected
    @@ -177,76 +358,73 @@

    Class Scaffold_Response

    -
    +
    - Constructor __construct (line 93) + Constructor __construct (line 86)
    -

    Constructor

      -
    • return: type
    • -
    • author: your name
    • access: public
    - return + void __construct - (Scaffold_Response_Compressor $encoder, Scaffold_Response_Cache $cache, [ $options = array()]) + (Scaffold_Response_Encoder $encoder, Scaffold_Response_Cache $cache, [$options $options = array()])
    • - $param - $encoder
    • + $encoder + $encoder: Scaffold_Response_Encoder
    • - Scaffold_Response_Cache - $cache
    • + $cache + $cache: Scaffold_Response_Cache
    • - + $options $options
    - -
    + +
    - header (line 299) + generate_etag (line 171)
    -

    Gets the value of a header

    +

    Generates an etag from an array of values

    • access: public
    - void + string - header + generate_etag - ($name $name) + ($array 0)
    • - $name - $name
    • + $array + 0
    -
    +
    - render (line 139) + render (line 115)
    @@ -261,31 +439,22 @@

    Class Scaffold_Response

    render - ($content $content, $compress $last_modified, [ $use_cache = true], [ $output_type = null]) + ([$use_cache $use_cache = true])
    • - $content - $content
    • -
    • - $compress - $last_modified
    • -
    • - - $use_cache
    • -
    • - - $output_type
    • + $use_cache + $use_cache: boolean Use the browsers cache to determine if we should send the content
    -
    +
    - send_headers (line 310) + send_headers (line 181)
    @@ -304,6 +473,41 @@

    Class Scaffold_Response

    +
    + +
    + +
    + set (line 146) +
    + + +

    Sets the output for the response

    +
      +
    • access: public
    • +
    + +
    + array + + set + + ($content $content, $last_modified $last_modified, [$type $type = 'text/plain']) +
    + +
      +
    • + $content + $content
    • +
    • + $last_modified + $last_modified
    • +
    • + $type + $type
    • +
    + +
    @@ -311,7 +515,7 @@

    Class Scaffold_Response

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/Scaffold_Source.html b/docs/Scaffold/Source/Scaffold_Source.html index e59eef7..7d1e6bb 100644 --- a/docs/Scaffold/Source/Scaffold_Source.html +++ b/docs/Scaffold/Source/Scaffold_Source.html @@ -135,8 +135,13 @@

    Class Scaffold_Source

    - +
    + mixed + find + ($url $url) +
    +
    string get () @@ -341,9 +346,55 @@

    Class Scaffold_Source

    - +
    +
    + find (line 83) +
    + + +

    Finds a file relative to the source file from a URL

    +
      +
    • abstract:
    • +
    • access: public
    • +
    + +
    + mixed + + find + + ($url $url) +
    + +
      +
    • + $url + $url
    • +
    + + +
    +
    Redefined in descendants as:
    + +
    + +
    +
    get (line 52)
    @@ -383,7 +434,7 @@

    Class Scaffold_Source

    -
    +
    id (line 67) @@ -424,7 +475,7 @@

    Class Scaffold_Source

    -
    +
    last_modified (line 75) @@ -465,7 +516,7 @@

    Class Scaffold_Source

    -
    +
    set (line 59) @@ -516,7 +567,7 @@

    Class Scaffold_Source

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/Scaffold_Source_File.html b/docs/Scaffold/Source/Scaffold_Source_File.html index cf91ea3..6a4b42f 100644 --- a/docs/Scaffold/Source/Scaffold_Source_File.html +++ b/docs/Scaffold/Source/Scaffold_Source_File.html @@ -80,11 +80,16 @@

    Class Scaffold_Source_File

    - +
    Scaffold_Source_File __construct ( $path, [ $options = array()]) +
    +
    + mixed + find + ($url $url)
    string @@ -134,7 +139,7 @@

    Class Scaffold_Source_File

    -
    +
    @@ -156,7 +161,7 @@

    Class Scaffold_Source_File

    -
    +
    @@ -219,7 +224,7 @@

    Inherited Variables

    -
    +
    Constructor __construct (line 31) @@ -249,6 +254,41 @@

    Inherited Variables

    +
    + +
    + +
    + find (line 106) +
    + + +

    Finds a file relative to the source file from a URL

    +
      +
    • access: public
    • +
    + +
    + mixed + + find + + ($url $url) +
    + +
      +
    • + $url + $url
    • +
    + +
    +
    Redefinition of:
    +
    +
    Scaffold_Source::find()
    +
    Finds a file relative to the source file from a URL
    +
    +
    @@ -428,6 +468,7 @@

    Inherited Methods

    Inherited From Scaffold_Source

    + Scaffold_Source::find()
    Scaffold_Source::get()
    Scaffold_Source::id()
    Scaffold_Source::last_modified()
    @@ -439,7 +480,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/Scaffold_Source_String.html b/docs/Scaffold/Source/Scaffold_Source_String.html index f20424c..f3ff77c 100644 --- a/docs/Scaffold/Source/Scaffold_Source_String.html +++ b/docs/Scaffold/Source/Scaffold_Source_String.html @@ -76,11 +76,16 @@

    Class Scaffold_Source_String

    - +
    Scaffold_Source_String __construct ( $content, [ $options = array()]) +
    +
    + boolean + find + ($url $url)
    string @@ -120,7 +125,7 @@

    Class Scaffold_Source_String

    -
    +
    @@ -183,7 +188,7 @@

    Inherited Variables

    -
    +
    Constructor __construct (line 25) @@ -213,6 +218,41 @@

    Inherited Variables

    +
    + +
    + +
    + find (line 81) +
    + + +

    Finds a file relative to the source file from a URL

    +
      +
    • access: public
    • +
    + +
    + boolean + + find + + ($url $url) +
    + +
      +
    • + $url + $url
    • +
    + +
    +
    Redefinition of:
    +
    +
    Scaffold_Source::find()
    +
    Finds a file relative to the source file from a URL
    +
    +
    @@ -344,6 +384,7 @@

    Inherited Methods

    Inherited From Scaffold_Source

    + Scaffold_Source::find()
    Scaffold_Source::get()
    Scaffold_Source::id()
    Scaffold_Source::last_modified()
    @@ -355,7 +396,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/Scaffold_Source_Url.html b/docs/Scaffold/Source/Scaffold_Source_Url.html index 3a3f405..dc331b3 100644 --- a/docs/Scaffold/Source/Scaffold_Source_Url.html +++ b/docs/Scaffold/Source/Scaffold_Source_Url.html @@ -31,7 +31,7 @@

    Class Scaffold_Source_Url

  • license: New BSD License
  • - Located in /Scaffold/Source/Url.php (line 14) + Located in /Scaffold/Source/URL.php (line 14)

    @@ -88,11 +88,16 @@

    Class Scaffold_Source_Url

    - +
    Scaffold_Source_Url __construct ( $url, [ $options = array()]) +
    +
    + boolean + find + ($url $url)
    string @@ -302,9 +307,44 @@

    Inherited Variables

    - +
    +
    + find (line 181) +
    + + +

    Finds a file relative to the source file from a URL

    +
      +
    • access: public
    • +
    + +
    + boolean + + find + + ($url $url) +
    + +
      +
    • + $url + $url
    • +
    + +
    +
    Redefinition of:
    +
    +
    Scaffold_Source::find()
    +
    Finds a file relative to the source file from a URL
    +
    + +
    + +
    +
    get (line 139)
    @@ -333,7 +373,7 @@

    Inherited Variables

    -
    +
    id (line 160) @@ -363,7 +403,7 @@

    Inherited Variables

    -
    +
    last_modified (line 170) @@ -393,7 +433,7 @@

    Inherited Variables

    -
    +
    original (line 128) @@ -417,7 +457,7 @@

    Inherited Variables

    -
    +
    set (line 150) @@ -452,7 +492,7 @@

    Inherited Variables

    -
    +
    url (line 118) @@ -480,6 +520,7 @@

    Inherited Methods

    Inherited From Scaffold_Source

    + Scaffold_Source::find()
    Scaffold_Source::get()
    Scaffold_Source::id()
    Scaffold_Source::last_modified()
    @@ -491,7 +532,7 @@

    Inherited Methods

    - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/_Scaffold---Source---File.php.html b/docs/Scaffold/Source/_Scaffold---Source---File.php.html index c66eb91..a082627 100644 --- a/docs/Scaffold/Source/_Scaffold---Source---File.php.html +++ b/docs/Scaffold/Source/_Scaffold---Source---File.php.html @@ -54,7 +54,7 @@

    /Scaffold/Source/File.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/_Scaffold---Source---String.php.html b/docs/Scaffold/Source/_Scaffold---Source---String.php.html index b86e9f4..ab5299a 100644 --- a/docs/Scaffold/Source/_Scaffold---Source---String.php.html +++ b/docs/Scaffold/Source/_Scaffold---Source---String.php.html @@ -54,7 +54,7 @@

    /Scaffold/Source/String.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/_Scaffold---Source---Url.php.html b/docs/Scaffold/Source/_Scaffold---Source---Url.php.html index 748b3cc..59d1450 100644 --- a/docs/Scaffold/Source/_Scaffold---Source---Url.php.html +++ b/docs/Scaffold/Source/_Scaffold---Source---Url.php.html @@ -3,13 +3,13 @@ - Docs for page Url.php + Docs for page URL.php
    -

    /Scaffold/Source/Url.php

    +

    /Scaffold/Source/URL.php

    @@ -54,7 +54,7 @@

    /Scaffold/Source/Url.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/Source/_Scaffold---Source.php.html b/docs/Scaffold/Source/_Scaffold---Source.php.html index a296e8b..54c4a4b 100644 --- a/docs/Scaffold/Source/_Scaffold---Source.php.html +++ b/docs/Scaffold/Source/_Scaffold---Source.php.html @@ -54,7 +54,7 @@

    /Scaffold/Source.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Cache---File.php.html b/docs/Scaffold/_Scaffold---Cache---File.php.html index 89ab9f5..d2d42e8 100644 --- a/docs/Scaffold/_Scaffold---Cache---File.php.html +++ b/docs/Scaffold/_Scaffold---Cache---File.php.html @@ -54,7 +54,7 @@

    /Scaffold/Cache/File.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Cache.php.html b/docs/Scaffold/_Scaffold---Cache.php.html index b3990c1..13a0a71 100644 --- a/docs/Scaffold/_Scaffold---Cache.php.html +++ b/docs/Scaffold/_Scaffold---Cache.php.html @@ -54,7 +54,7 @@

    /Scaffold/Cache.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Container.php.html b/docs/Scaffold/_Scaffold---Container.php.html index 145863e..f244573 100644 --- a/docs/Scaffold/_Scaffold---Container.php.html +++ b/docs/Scaffold/_Scaffold---Container.php.html @@ -54,7 +54,7 @@

    /Scaffold/Container.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Extension---Exception.php.html b/docs/Scaffold/_Scaffold---Extension---Exception.php.html index b18cec4..3901131 100644 --- a/docs/Scaffold/_Scaffold---Extension---Exception.php.html +++ b/docs/Scaffold/_Scaffold---Extension---Exception.php.html @@ -54,7 +54,7 @@

    /Scaffold/Extension/Exception.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Extension---Observable.php.html b/docs/Scaffold/_Scaffold---Extension---Observable.php.html index 8f98d9f..f79e05c 100644 --- a/docs/Scaffold/_Scaffold---Extension---Observable.php.html +++ b/docs/Scaffold/_Scaffold---Extension---Observable.php.html @@ -54,7 +54,7 @@

    /Scaffold/Extension/Observable.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Extension---Observer.php.html b/docs/Scaffold/_Scaffold---Extension---Observer.php.html index c6c2c7a..e7469bf 100644 --- a/docs/Scaffold/_Scaffold---Extension---Observer.php.html +++ b/docs/Scaffold/_Scaffold---Extension---Observer.php.html @@ -54,7 +54,7 @@

    /Scaffold/Extension/Observer.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Extension.php.html b/docs/Scaffold/_Scaffold---Extension.php.html index aed9bae..bb17614 100644 --- a/docs/Scaffold/_Scaffold---Extension.php.html +++ b/docs/Scaffold/_Scaffold---Extension.php.html @@ -54,7 +54,7 @@

    /Scaffold/Extension.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Helper---CSS.php.html b/docs/Scaffold/_Scaffold---Helper---CSS.php.html index 27f70c3..019db00 100644 --- a/docs/Scaffold/_Scaffold---Helper---CSS.php.html +++ b/docs/Scaffold/_Scaffold---Helper---CSS.php.html @@ -54,7 +54,7 @@

    /Scaffold/Helper/CSS.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Helper---String.php.html b/docs/Scaffold/_Scaffold---Helper---String.php.html index f0fed37..10b9341 100644 --- a/docs/Scaffold/_Scaffold---Helper---String.php.html +++ b/docs/Scaffold/_Scaffold---Helper---String.php.html @@ -54,7 +54,7 @@

    /Scaffold/Helper/String.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Loader.php.html b/docs/Scaffold/_Scaffold---Loader.php.html index d960439..4ebca64 100644 --- a/docs/Scaffold/_Scaffold---Loader.php.html +++ b/docs/Scaffold/_Scaffold---Loader.php.html @@ -54,7 +54,7 @@

    /Scaffold/Loader.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold---Response.php.html b/docs/Scaffold/_Scaffold---Response.php.html index 84ffc63..b1847fa 100644 --- a/docs/Scaffold/_Scaffold---Response.php.html +++ b/docs/Scaffold/_Scaffold---Response.php.html @@ -54,7 +54,7 @@

    /Scaffold/Response.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/Scaffold/_Scaffold.php.html b/docs/Scaffold/_Scaffold.php.html index b04affb..e7ef1e1 100644 --- a/docs/Scaffold/_Scaffold.php.html +++ b/docs/Scaffold/_Scaffold.php.html @@ -54,7 +54,7 @@

    /Scaffold.php

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/classtrees_Environment.html b/docs/classtrees_Environment.html index 9920f52..6b34f13 100644 --- a/docs/classtrees_Environment.html +++ b/docs/classtrees_Environment.html @@ -18,7 +18,7 @@

    Root class Environment

  • Environment
  • - Documentation generated on Wed, 07 Jul 2010 00:14:53 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/classtrees_Scaffold.html b/docs/classtrees_Scaffold.html index dd66642..bcf93f7 100644 --- a/docs/classtrees_Scaffold.html +++ b/docs/classtrees_Scaffold.html @@ -55,9 +55,9 @@

    Root class Scaffold_Response_Cache

    -

    Root class Scaffold_Response_Compressor

    +

    Root class Scaffold_Response_Encoder

    +
  • Scaffold_Response_Encoder
  • Root class Scaffold_Source

    - Documentation generated on Wed, 07 Jul 2010 00:14:54 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:54 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/elementindex.html b/docs/elementindex.html index 4af1f0a..1ec7aba 100644 --- a/docs/elementindex.html +++ b/docs/elementindex.html @@ -97,6 +97,12 @@

    Package indexes

    Scaffold::$cache in Scaffold.php
    Handles the caching of parsed sources
    +
    + $cache +
    +
    + +
    $config
    @@ -108,19 +114,19 @@

    Package indexes

    $contents
    - +
    $contents
    - +
    can_encode
    - +
    Checks to make sure that the user agent will accept encoding. Also checks to make sure that compression level isn't set to false.
    @@ -130,13 +136,6 @@

    Package indexes

    Scaffold::compile() in Scaffold.php
    Compiles the CSS using the engine and caches the result
    -
    - compress -
    -
    - -
    Encode the output using gzip compression if available. If no compression is available, or it is disabled, it will just return the content as normal.
    -
    create
    @@ -168,12 +167,6 @@

    Package indexes

    Cache.php in Cache.php
    -
    - Compressor.php -
    -
    -
    Compressor.php in Compressor.php
    -
    @@ -246,11 +239,17 @@

    Package indexes

    - $expires + $encoder
    - -
    Local cache lifetime
    + +
    +
    + $encoding +
    +
    + +
    Output encoding
    $expires @@ -258,6 +257,13 @@

    Package indexes

    +
    + $expires +
    +
    + +
    Local cache lifetime
    +
    $extensions
    @@ -265,6 +271,13 @@

    Package indexes

    Array of extension objects
    +
    + encode +
    +
    + +
    Encode the output using gzip compression if available. If no compression is available, or it is disabled, it will just return the content as normal.
    +
    Environment
    @@ -332,6 +345,12 @@

    Package indexes

    Extension.php in Extension.php
    +
    + Encoder.php +
    +
    +
    Encoder.php in Encoder.php
    +
    @@ -347,6 +366,34 @@

    Package indexes

    Gets the full file path for a cache item
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    find_atrule
    @@ -417,11 +464,11 @@

    Package indexes

    - get + generate_etag
    - -
    Get the current contents of the source
    + +
    Generates an etag from an array of values
    get @@ -441,23 +488,30 @@

    Package indexes

    get
    - +
    Get the current contents of the source
    get
    - -
    Retrieve a value based on an id
    + +
    Get the current contents of the source
    get
    - +
    Get the current contents of the source
    +
    + get +
    +
    + +
    Retrieve a value based on an id
    +
    getCache
    @@ -494,32 +548,32 @@

    Package indexes

    Gets the response encoder object
    - get_compression_level + get_encoding_type
    - -
    Gets the compression level
    + +
    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.
    - get_encoding_method + get_etag
    - -
    Returns the encoding type
    + +
    Gets the client etags
    - get_encoding_type + get_level
    - -
    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.
    + +
    Gets the compression level
    - get_etag + get_method
    - -
    Gets the client etags
    + +
    Returns the encoding type
    get_modified_since @@ -541,14 +595,6 @@

    Package indexes

    -
    The headers to be sent to the browser
    -
    -
    - header -
    -
    - -
    Gets the value of a header
    @@ -569,7 +615,7 @@

    Package indexes

    id
    - +
    Return the unique id for this source
    @@ -625,7 +671,7 @@

    Package indexes

    last_modified
    - +
    Get the last-modified time for this source
    @@ -657,10 +703,10 @@

    Package indexes

    Get the line number of a certain string within the CSS
    - loadExtensions + load_extensions
    - +
    Loads the extension files
    @@ -684,6 +730,27 @@

    Package indexes

    The maximum age of cache files
    +
    + $messages +
    +
    + +
    HTTP status codes and messages
    +
    +
    + matched +
    +
    + +
    ETags match
    +
    +
    + modified +
    +
    + +
    Has the resource been modified?
    +
    @@ -710,6 +777,12 @@

    Package indexes

    $options
    +
    + +
    +
    + $options +
    The various options for different parts of the system
    @@ -718,19 +791,26 @@

    Package indexes

    $options
    - +
    $original
    - + +
    +
    + $output +
    +
    + +
    What will be rendered
    original
    - +
    Returns the contents of the original source file
    @@ -908,6 +988,12 @@

    Package indexes

    Valid start of a selector
    +
    + $status +
    +
    + +
    $system
    @@ -1045,11 +1131,11 @@

    Package indexes

    Scaffold_Response_Cache
    - Scaffold_Response_Compressor + Scaffold_Response_Encoder
    - -
    Scaffold_Response_Compressor
    + +
    Scaffold_Response_Encoder
    Scaffold_Source @@ -1076,7 +1162,7 @@

    Package indexes

    Scaffold_Source_Url
    - +
    Scaffold_Source_Url
    @@ -1097,8 +1183,8 @@

    Package indexes

    set
    - -
    Set the current contents of the source
    + +
    Set a value based on an id. Optionally add tags.
    set @@ -1111,19 +1197,26 @@

    Package indexes

    set
    - +
    Set the current contents of the source
    set
    - +
    Set the current contents of the source
    set
    +
    +
    Scaffold_Response::set() in Response.php
    +
    Sets the output for the response
    +
    +
    + set +
    Set a value based on an id.
    @@ -1132,8 +1225,8 @@

    Package indexes

    set
    - -
    Set a value based on an id. Optionally add tags.
    + +
    Set the current contents of the source
    set_view @@ -1161,7 +1254,7 @@

    Package indexes

    $type
    - +
    The type of source
    @@ -1196,14 +1289,14 @@

    Package indexes

    $url
    - +
    The url to the source file
    - Url.php + URL.php
    -
    Url.php in Url.php
    +
    URL.php in URL.php
    update @@ -1216,7 +1309,7 @@

    Package indexes

    url
    - +
    Return the URL of the source
    @@ -1227,13 +1320,6 @@

    Package indexes

    -
    - valid -
    -
    - -
    Checks if the users cache is still valid by checking the last modified time and etag against the browsers sent header.
    -
    valid_selector
    @@ -1261,7 +1347,6 @@

    Package indexes

    -
    Default Options
    $_load_paths @@ -1289,7 +1374,6 @@

    Package indexes

    -
    Constructor
    __construct @@ -1301,7 +1385,7 @@

    Package indexes

    __construct
    - +
    Constructor
    @@ -1329,14 +1413,14 @@

    Package indexes

    __construct
    - -
    Constructor
    + +
    Determine the compression level, and what type of encoding the user agent accepts
    __construct
    - +
    Constructor
    @@ -1357,7 +1441,6 @@

    Package indexes

    -
    Constructor
    __construct diff --git a/docs/elementindex_Scaffold.html b/docs/elementindex_Scaffold.html index 4894e25..63daf6b 100644 --- a/docs/elementindex_Scaffold.html +++ b/docs/elementindex_Scaffold.html @@ -58,7 +58,6 @@

    Package indexes

    -
    Default Options
    $_load_paths @@ -79,7 +78,6 @@

    Package indexes

    -
    Constructor
    __construct @@ -132,21 +130,20 @@

    Package indexes

    __construct
    - -
    Constructor
    + +
    Determine the compression level, and what type of encoding the user agent accepts
    __construct
    -
    Constructor
    __construct
    - +
    Constructor
    @@ -215,6 +212,12 @@

    Package indexes

    Scaffold::$cache in Scaffold.php
    Handles the caching of parsed sources
    +
    + $cache +
    +
    + +
    $config
    @@ -258,33 +261,20 @@

    Package indexes

    can_encode
    - +
    Checks to make sure that the user agent will accept encoding. Also checks to make sure that compression level isn't set to false.
    -
    - compress -
    -
    - -
    Encode the output using gzip compression if available. If no compression is available, or it is disabled, it will just return the content as normal.
    -
    Cache.php
    Cache.php in Cache.php
    -
    - Compressor.php -
    -
    -
    Compressor.php in Compressor.php
    -
    $contents
    - +
    $contents @@ -363,6 +353,19 @@

    Package indexes

    +
    + $encoder +
    +
    + +
    +
    + $encoding +
    +
    + +
    Output encoding
    +
    $expires
    @@ -410,6 +413,19 @@

    Package indexes

    Extension.php in Extension.php
    +
    + encode +
    +
    + +
    Encode the output using gzip compression if available. If no compression is available, or it is disabled, it will just return the content as normal.
    +
    +
    + Encoder.php +
    +
    +
    Encoder.php in Encoder.php
    +
    $expires
    @@ -486,6 +502,34 @@

    Package indexes

    File.php in File.php
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    +
    + find +
    +
    + +
    Finds a file relative to the source file from a URL
    +
    File.php
    @@ -500,6 +544,13 @@

    Package indexes

    +
    + generate_etag +
    +
    + +
    Generates an etag from an array of values
    +
    get
    @@ -550,32 +601,32 @@

    Package indexes

    Gets the response encoder object
    - get_compression_level + get_encoding_type
    - -
    Gets the compression level
    + +
    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.
    - get_encoding_method + get_etag
    - -
    Returns the encoding type
    + +
    Gets the client etags
    - get_encoding_type + get_level
    - -
    Returns the type of encoding to use in the Content-Encoding header based on the method that is being used to compress the content.
    + +
    Gets the compression level
    - get_etag + get_method
    - -
    Gets the client etags
    + +
    Returns the encoding type
    get_modified_since @@ -588,7 +639,7 @@

    Package indexes

    get
    - +
    Get the current contents of the source
    @@ -625,14 +676,6 @@

    Package indexes

    -
    The headers to be sent to the browser
    -
    -
    - header -
    -
    - -
    Gets the value of a header
    @@ -653,7 +696,7 @@

    Package indexes

    id
    - +
    Return the unique id for this source
    @@ -707,10 +750,10 @@

    Package indexes

    Get the line number of a certain string within the CSS
    - loadExtensions + load_extensions
    - +
    Loads the extension files
    @@ -729,7 +772,7 @@

    Package indexes

    last_modified
    - +
    Get the last-modified time for this source
    @@ -768,6 +811,27 @@

    Package indexes

    The maximum age of cache files
    +
    + $messages +
    +
    + +
    HTTP status codes and messages
    +
    +
    + matched +
    +
    + +
    ETags match
    +
    +
    + modified +
    +
    + +
    Has the resource been modified?
    +
    @@ -794,10 +858,23 @@

    Package indexes

    $options
    +
    + +
    +
    + $options +
    The various options for different parts of the system
    +
    + $output +
    +
    + +
    What will be rendered
    +
    Observable.php
    @@ -820,13 +897,13 @@

    Package indexes

    $original
    - +
    original
    - +
    Returns the contents of the original source file
    @@ -992,6 +1069,12 @@

    Package indexes

    Valid start of a selector
    +
    + $status +
    +
    + +
    $system
    @@ -1137,6 +1220,13 @@

    Package indexes

    Set a value based on an id. Optionally add tags.
    +
    + set +
    +
    +
    Scaffold_Response::set() in Response.php
    +
    Sets the output for the response
    +
    Scaffold_Response_Cache
    @@ -1145,11 +1235,11 @@

    Package indexes

    Scaffold_Response_Cache
    - Scaffold_Response_Compressor + Scaffold_Response_Encoder
    - -
    Scaffold_Response_Compressor
    + +
    Scaffold_Response_Encoder
    String.php @@ -1188,14 +1278,14 @@

    Package indexes

    Scaffold_Source_Url
    - +
    Scaffold_Source_Url
    set
    - +
    Set the current contents of the source
    @@ -1231,7 +1321,7 @@

    Package indexes

    $type
    - +
    The type of source
    @@ -1273,20 +1363,20 @@

    Package indexes

    $url
    - +
    The url to the source file
    - Url.php + URL.php
    -
    Url.php in Url.php
    +
    URL.php in URL.php
    url
    - +
    Return the URL of the source
    @@ -1304,13 +1394,6 @@

    Package indexes

    Checks if a selector is valid
    -
    - valid -
    -
    - -
    Checks if the users cache is still valid by checking the last modified time and etag against the browsers sent header.
    -
    diff --git a/docs/errors.html b/docs/errors.html index 59c7863..5f5212b 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -9,9 +9,9 @@ Post-parsing
    -Compressor.php
    Container.php
    CSS.php
    +Encoder.php
    Environment.php
    Exception.php
    Extension.php
    @@ -23,16 +23,12 @@ Scaffold.php
    Source.php
    String.php
    -Url.php
    +URL.php

    Cache.php

    Warnings:


    Warning on line 13 - DocBlock would be page-level, but precedes class "Scaffold_Cache", use another DocBlock to document the file
    -Warning on line 20 - DocBlock would be page-level, but precedes class "Scaffold_Response_Cache", use another DocBlock to document the file
    - -

    Compressor.php

    -

    Warnings:


    -Warning on line 20 - DocBlock would be page-level, but precedes class "Scaffold_Response_Compressor", use another DocBlock to document the file
    +Warning on line 18 - DocBlock would be page-level, but precedes class "Scaffold_Response_Cache", use another DocBlock to document the file

    Container.php

    Warnings:


    @@ -41,6 +37,10 @@

    Warnings:


    CSS.php

    Warnings:


    Warning on line 13 - DocBlock would be page-level, but precedes class "Scaffold_Helper_CSS", use another DocBlock to document the file
    + +

    Encoder.php

    +

    Warnings:


    +Warning on line 17 - DocBlock would be page-level, but precedes class "Scaffold_Response_Encoder", use another DocBlock to document the file

    Environment.php

    Warnings:


    @@ -73,7 +73,7 @@

    Warnings:


    Response.php

    Warnings:


    -Warning on line 13 - DocBlock would be page-level, but precedes class "Scaffold_Response", use another DocBlock to document the file
    +Warning on line 14 - DocBlock would be page-level, but precedes class "Scaffold_Response", use another DocBlock to document the file

    Scaffold.php

    Warnings:


    @@ -87,12 +87,12 @@

    String.php

    Warnings:


    Warning on line 14 - DocBlock would be page-level, but precedes class "Scaffold_Helper_String", use another DocBlock to document the file
    Warning on line 14 - DocBlock would be page-level, but precedes class "Scaffold_Source_String", use another DocBlock to document the file
    - -

    Url.php

    + +

    URL.php

    Warnings:


    Warning on line 14 - DocBlock would be page-level, but precedes class "Scaffold_Source_Url", use another DocBlock to document the file

    - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index b47031d..1455892 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> - + Generated Documentation diff --git a/docs/li_Scaffold.html b/docs/li_Scaffold.html index cc4e5f9..148ba05 100644 --- a/docs/li_Scaffold.html +++ b/docs/li_Scaffold.html @@ -57,10 +57,10 @@
    Classes
    Scaffold_Response_Cache
    -
    Scaffold_Response_Compressor
    +
    Scaffold_Response_Encoder
    Files
    Cache.php
    -
    Compressor.php
    +
    Encoder.php
    @@ -79,7 +79,7 @@
    File.php
    Source.php
    String.php
    -
    Url.php
    +
    URL.php
    diff --git a/docs/todolist.html b/docs/todolist.html index eb88f66..0bf7fef 100644 --- a/docs/todolist.html +++ b/docs/todolist.html @@ -15,7 +15,7 @@

    Scaffold_He
  • This will break if the selector they try and find is actually part of another selector
  • - Documentation generated on Wed, 07 Jul 2010 00:14:55 +1000 by phpDocumentor 1.4.3 + Documentation generated on Sun, 18 Jul 2010 11:44:55 +1000 by phpDocumentor 1.4.3

    \ No newline at end of file