Inspekt\SuperglobalsCage::makeCages PHP Method

makeCages() protected method

..
See also: Inspekt\Supercage::Factory()
protected makeCages ( string $config_file = null, boolean $strict = true )
$config_file string
$strict boolean
    protected function makeCages($config_file = null, $strict = true)
    {
        $this->get = Inspekt::makeGetCage($config_file, $strict);
        $this->post = Inspekt::makePostCage($config_file, $strict);
        $this->cookie = Inspekt::makeCookieCage($config_file, $strict);
        $this->env = Inspekt::makeEnvCage($config_file, $strict);
        $this->files = Inspekt::makeFilesCage($config_file, $strict);
        $this->server = Inspekt::makeServerCage($config_file, $strict);
    }