[frontend-lib] element index

Package indexes

All elements
e g i m s
e
top
execute
mySelfPasswordValidator::execute() in mySelfPasswordValidator.class.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check
execute
sfCustomUniqueValidator::execute() in sfCustomUniqueValidator.php
Executes this validator.
execute
myNonOverlapingDateValidator::execute() in myNonOverlapingDateValidator.class.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check
execute
myLoginValidator::execute() in myLoginValidator.class.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check.
Value: nickname for the user.
execute
myDateValidator::execute() in myDateValidator.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check
execute
myDbDateCompareValidator::execute() in myDbDateCompareValidator.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check
execute
myDateCompareValidator::execute() in myDateCompareValidator.php
Function that execute the validation with the parameters passed in initialize, except the value, that is passed here by the validation helper, and it's value is the value filled in the field form to check
g
top
getIsAdmin
myUser::getIsAdmin() in myUser.class.php
Function to retrieve if the user logged in is admin
getIsAthlete
myUser::getIsAthlete() in myUser.class.php
Function to retrieve if the user logged in is an athlete
getIsCoach
myUser::getIsCoach() in myUser.class.php
Function to retrieve if the user logged in is a coach
getNickname
myUser::getNickname() in myUser.class.php
Retrieve the user nickname from the present user
getUser
myUser::getUser() in myUser.class.php
Return the object user logged in
getUserId
myUser::getUserId() in myUser.class.php
Return the id of the User Loged in
i
top
initialize
mySelfPasswordValidator::initialize() in mySelfPasswordValidator.class.php
Function to start the validation class.
initialize
sfCustomUniqueValidator::initialize() in sfCustomUniqueValidator.php
Function to start the validation class.
initialize
myNonOverlapingDateValidator::initialize() in myNonOverlapingDateValidator.class.php
Function to start the validation class.
initialize
myLoginValidator::initialize() in myLoginValidator.class.php
Function to start the validation class.
initialize
myDateValidator::initialize() in myDateValidator.php
Function to start the validation class.
initialize
myDbDateCompareValidator::initialize() in myDbDateCompareValidator.php
Function to start the validation class.
initialize
myDateCompareValidator::initialize() in myDateCompareValidator.php
Function to start the validation class.
m
top
myDateCompareValidator.php
myDateCompareValidator.php in myDateCompareValidator.php
myDateValidator.php
myDateValidator.php in myDateValidator.php
myDbDateCompareValidator.php
myDbDateCompareValidator.php in myDbDateCompareValidator.php
myLoginValidator.class.php
myLoginValidator.class.php in myLoginValidator.class.php
myNonOverlapingDateValidator.class.php
myNonOverlapingDateValidator.class.php in myNonOverlapingDateValidator.class.php
mySelfPasswordValidator.class.php
mySelfPasswordValidator.class.php in mySelfPasswordValidator.class.php
myUser.class.php
myUser.class.php in myUser.class.php
myDateCompareValidator
myDateCompareValidator in myDateCompareValidator.php
Class for compare two dates from a form and verify if them follows the condition passed
myDateValidator
myDateValidator in myDateValidator.php
Class for checking that a date is valid for a localized environment
myDbDateCompareValidator
myDbDateCompareValidator in myDbDateCompareValidator.php
Class for compare two dates , one from a form and other from a database, and verify if them follows the condition passed
myLoginValidator
myLoginValidator in myLoginValidator.class.php
Class for checking the name and password of an user to login
myNonOverlapingDateValidator
myNonOverlapingDateValidator in myNonOverlapingDateValidator.class.php
myNonOverlapingDateValidator is a validator module to check that periods passed to add a new period to a period table are not overlaped
mySelfPasswordValidator
mySelfPasswordValidator in mySelfPasswordValidator.class.php
Check the correct password from an usser, but it does not make login
myUser
myUser in myUser.class.php
Class for administrate login, logout, roles, permisions, credentials, and recovering information from the user logged in.
s
top
sfCustomUniqueValidator.php
sfCustomUniqueValidator.php in sfCustomUniqueValidator.php
sfCustomUniqueValidator
sfCustomUniqueValidator in sfCustomUniqueValidator.php
sfCustomUniqueValidator checks if a record exist in the database
signIn
myUser::signIn() in myUser.class.php
Make the process of registering the session with the corresponding credentials
signOut
myUser::signOut() in myUser.class.php
Clear the credentials and the logged in session
e g i m s