symfony API

sfSecurityConfigHandler Class

« Back to API menu

action

addon

autoload

cache

command

config

controller

creole

database

debug

exception

filter

form

generator

helper

i18n

log

plugin

propel

request

response

routing

storage

task

test

user

util

validator

view

widget

You are currently browsing the symfony documentation for the 1.1 version. Switch to:

sfSecurityConfigHandler allows you to configure action security.

Inheritence

sfSecurityConfigHandler  <  sfYamlConfigHandler < sfConfigHandler

Method Summary

Methods inherited from sfYamlConfigHandler

flattenConfiguration , parseYaml , flattenConfigurationWithEnvironment , parseYamls , getConfigValue , mergeConfigValue

Methods inherited from sfConfigHandler

__construct , execute , initialize , replaceConstants , replacePath , getConfiguration , getParameterHolder

Method Details

  • (string) execute ($configFiles)

    $configFiles An array of absolute filesystem path to a configuration file

    Executes this configuration handler.

    returns Data to be written to a cache file

    throws sfConfigurationException If a requested configuration file does not exist or is not readable

  • getConfiguration ($configFiles)