Index
A
- Actionner — Class in namespace Bow\Application
- Application — Class in namespace Bow\Application
- Application::any() — Method in class Application
Ajout une route de tout type
- Application::abort() — Method in class Application
Abort application
- ApplicationException — Class in namespace Bow\Application\Exception
- Auth — Class in namespace Bow\Auth
- Auth::attempts() — Method in class Auth
Check if user is authenticate
- AuthenticateConfiguration — Class in namespace Bow\Auth
- Authentication — Class in namespace Bow\Auth
- AuthenticateException — Class in namespace Bow\Auth\Exception
- Guards::attempts() — Method in class Guards
Check if user is authenticate
- Cache::add() — Method in class Cache
Add new enter in the cache system
- Cache::addTime() — Method in class Cache
Permet d'augmenter le temps d'expiration du cache
- ActionnerConfiguration — Class in namespace Bow\Configuration\Configurations
- Bow::add() — Method in class Bow
Permet de créer des fichiers
- CollectionInterface::add() — Method in class CollectionInterface
add, ajoute une entrée dans la colléction
- $ Model#autoIncrement — Property in class Model
- $ Model#attributes — Property in class Model
- Model::all() — Method in class Model
Rétourne tout les enregistrements
- AbstractConnection — Class in namespace Bow\Database\Connection
Interface ConnectionInterface
- AlterTable — Class in namespace Bow\Database\Migration
- AlterTable::add() — Method in class AlterTable
Ajout une ou plusieur colonne dans la description de la table.
- QueryBuilder::avg() — Method in class QueryBuilder
- Avg
- AccessControl — Class in namespace Bow\Http
- AccessControl::allowOrigin() — Method in class AccessControl
Active Access-control-Allow-Origin
- AccessControl::allowMethods() — Method in class AccessControl
Active Access-control-Allow-Methods
- AccessControl::allowHeaders() — Method in class AccessControl
Active Access-control-Allow-Headers
- AccessControl::allowCredentials() — Method in class AccessControl
Active Access-control-Allow-Credentials
- HttpClient::addAttach() — Method in class HttpClient
- Parser::addAttach() — Method in class Parser
- AccessControlException — Class in namespace Bow\Http\Exception
- Request::all() — Method in class Request
Get all input value
- Response::addHeader() — Method in class Response
Modifie les entêtes http
- Response::accessControl() — Method in class Response
Get accessControl instance
- Message::addHeader() — Method in class Message
Ajout des entêtes personnel
- Message::addFile() — Method in class Message
addFile, Permet d'ajout un fichier d'attachement
- Message::addBcc() — Method in class Message
Adds blind carbon copy
- Message::addCc() — Method in class Message
Adds carbon copy
- Message::addReplyTo() — Method in class Message
Adds Reply-To
- Message::addReturnPath() — Method in class Message
Adds Return-Path
- Message::addPriority() — Method in class Message
Sets email priority.
- AuthMiddleware — Class in namespace Bow\Middleware
- Router::any() — Method in class Router
any, route de tout type GET|POST|DELETE|PUT|OPTIONS|PATCH
- Cookie::all() — Method in class Cookie
Retourne tout les valeurs COOKIE
- Session::add() — Method in class Session
Permet d'ajouter une entrée dans la colléction
- Session::all() — Method in class Session
Retourne la liste des variables de session
- FilesystemInterface::append() — Method in class FilesystemInterface
Ecrire à la suite d'un fichier spécifier
- MountFilesystem::append() — Method in class MountFilesystem
Ecrire à la suite d'un fichier spécifier
- Arraydotify — Class in namespace Bow\Support
- Collection::all() — Method in class Collection
Retourne les éléments de la collection
- Faker::autoincrement() — Method in class Faker
- Util::add2points() — Method in class Util
Formateur de donnée. key => :value
- Assert — Class in namespace Bow\Testing
- Behavior::assertJson() — Method in class Behavior
- Behavior::assertStatus() — Method in class Behavior
- Behavior::assertContentType() — Method in class Behavior
- Behavior::assertKeyExists() — Method in class Behavior
- Behavior::assertKeyMatchValue() — Method in class Behavior
- TestCase::attach() — Method in class TestCase
- AuthorizationException — Class in namespace Bow\Validation\Exception
- ValidationRequest::authorize() — Method in class ValidationRequest
- ValidationRequest::authorizationFailAction() — Method in class ValidationRequest
Quand l'utilisateur n'a pas l'authorization de lance cette requête C'est la methode qui est lancer pour bloquer l'utilisateur
B
- Application::bind() — Method in class Application
Association de la configuration
- $ Loader#base_path — Property in class Loader
- $ Loader#booted — Property in class Loader
- Loader::boot() — Method in class Loader
Load configuration
- Bow — Class in namespace Bow\Console
- Bow::bind() — Method in class Bow
Bind kernel
- Color::blue() — Method in class Color
- Builder — Class in namespace Bow\Database\Barry
- $ Model#builder — Property in class Model
- Belongs — Class in namespace Bow\Database\Barry\Relations\Traits
- Belongs::belongsTo() — Method in class Belongs
- Belongs::belongsToMany() — Method in class Belongs
- TablePrinter::boolean() — Method in class TablePrinter
- TablePrinter::bigInteger() — Method in class TablePrinter
- bigint
- TablePrinter::binary() — Method in class TablePrinter
- binary
- TablePrinter::blob() — Method in class TablePrinter
- blob
- Tool::bind() — Method in class Tool
Éxécute PDOStatement::bindValue sur une instance de PDOStatement passé en paramètre
- Event::bound() — Method in class Event
Permet de vérifier si un evenement est déja enregistre au moin un fois.
- Redirect::back() — Method in class Redirect
Rédirection sur l'URL précédent
- Capsule::bind() — Method in class Capsule
Associe une une clé a une classe à compiler
- Behavior — Class in namespace Bow\Testing
C
- Actionner::configure() — Method in class Actionner
Configuration de l'actionneur
- Actionner::call() — Method in class Actionner
Lanceur de callback
- Actionner::controller() — Method in class Actionner
Charge les controleurs definie comme chaine de caractère
- Actionner::closure() — Method in class Actionner
Charge les closure definir comme action
- Application::code() — Method in class Application
Lance une fonction de rappel pour chaque code d'erreur HTTP
- Application::container() — Method in class Application
Build dependance
- $ Auth#credentials — Property in class Auth
- Auth::configure() — Method in class Auth
Configure Auth system
- Auth::check() — Method in class Auth
Check if user is authenticate
- AuthenticateConfiguration::create() — Method in class AuthenticateConfiguration
- Guards::check() — Method in class Guards
Check if user is authenticate
- Cache — Class in namespace Bow\Cache
- Cache::confirgure() — Method in class Cache
Methode de configuration du cache
- Cache::clear() — Method in class Cache
Permet de vide tout le cache
- CacheConfiguration — Class in namespace Bow\Cache
- CacheConfiguration::create() — Method in class CacheConfiguration
- Configuration — Class in namespace Bow\Configuration
- $ Configuration#container — Property in class Configuration
- Configuration::create() — Method in class Configuration
Permet de créer le service
- Configuration::created() — Method in class Configuration
Make listener
- ActionnerConfiguration::create() — Method in class ActionnerConfiguration
- EnvConfiguration::create() — Method in class EnvConfiguration
- LoggerConfiguration::create() — Method in class LoggerConfiguration
- $ Loader#config — Property in class Loader
- Loader::configure() — Method in class Loader
takeInstance singleton
- Loader::configurations() — Method in class Loader
Load serivces
- Bow::console() — Method in class Bow
Permet de lancer le repl
- Bow::clear() — Method in class Bow
Permet de supprimer les caches
- Color — Class in namespace Bow\Console
- Command — Class in namespace Bow\Console
- Command::controller() — Method in class Command
Create new controller file
- Command::configuration() — Method in class Command
Permet de créer un validator
- CollectionInterface — Class in namespace Bow\Contracts
- $ Model#connexion — Property in class Model
Le nom de la connexion
- Model::create() — Method in class Model
- Model::created() — Method in class Model
Permet d'associer un listerner
- Collection — Class in namespace Bow\Database
- $ AbstractConnection#config — Property in class AbstractConnection
- AbstractConnection::connection() — Method in class AbstractConnection
Permet de creer un instance de l'objet PDO
- MysqlAdapter::connection() — Method in class MysqlAdapter
- SqliteAdapter::connection() — Method in class SqliteAdapter
- Connection — Class in namespace Bow\Database\Connection
- Database::configure() — Method in class Database
Charger la configuration
- Database::connection() — Method in class Database
connection, lance la connection sur la DB
- Database::commit() — Method in class Database
Valider une transaction
- DatabaseConfiguration::create() — Method in class DatabaseConfiguration
- ConnectionException — Class in namespace Bow\Database\Exception
- AlterTable::change() — Method in class AlterTable
Change le nom d'un table.
- Schema::create() — Method in class Schema
Fonction de creation d'une nouvelle table dans la base de donnée.
- TablePrinter::charset() — Method in class TablePrinter
charset, set the model default character name
- TablePrinter::collate() — Method in class TablePrinter
setEngine, set the model engine name
- TablePrinter::character() — Method in class TablePrinter
- $ QueryBuilder#connection — Property in class QueryBuilder
- QueryBuilder::count() — Method in class QueryBuilder
- count
- Listener::call() — Method in class Listener
Permet de lancer la fonction du listener
- Request::cookie() — Method in class Request
Get cookie
- Mail::configure() — Method in class Mail
Configure la classe Mail
- MailConfiguration::create() — Method in class MailConfiguration
- Message::compileHeaders() — Method in class Message
- CsrfMiddleware — Class in namespace Bow\Middleware
- Route::call() — Method in class Route
Fonction permettant de lancer les fonctions de rappel.
- RouterConfiguration::create() — Method in class RouterConfiguration
- Crypto — Class in namespace Bow\Security
- CryptoConfiguration — Class in namespace Bow\Security
- CryptoConfiguration::create() — Method in class CryptoConfiguration
- Hash::check() — Method in class Hash
Permet de verifier le hash par apport a une value
- Tokenize::csrf() — Method in class Tokenize
Retourne un token csrf générer
- Tokenize::csrfExpirated() — Method in class Tokenize
Vérifie si le token en expire
- Tokenize::clear() — Method in class Tokenize
Détruie le token
- Cookie — Class in namespace Bow\Session
- Session::configure() — Method in class Session
- Configure
- Session::clearFash() — Method in class Session
Vide le système de flash.
- Session::clear() — Method in class Session
clear, permet de vider le cache sauf csrf|bow.flash
- SessionConfiguration::create() — Method in class SessionConfiguration
- FilesystemInterface::copy() — Method in class FilesystemInterface
Copie le contenu d'un fichier source vers un fichier cible.
- MountFilesystem::copy() — Method in class MountFilesystem
Copie le contenu d'un fichier source vers un fichier cible.
- Storage::configure() — Method in class Storage
Configure Storage
- StorageConfiguration::create() — Method in class StorageConfiguration
- Capsule — Class in namespace Bow\Support
- Collection — Class in namespace Bow\Support
- Collection::count() — Method in class Collection
Quand on appelera la fonction count sur un object collection.
- Collection::collectionify() — Method in class Collection
collectionify, permet de récupérer une valeur ou la colléction de valeur sous forme d'instance de collection.
- Str::camel() — Method in class Str
- camel
- Str::contains() — Method in class Str
- Contains
- Str::capitalize() — Method in class Str
- capitalize
- Str::count() — Method in class Str
Retourne le nombre caractère dans une chaine.
- Behavior::contentTypeMustBe() — Method in class Behavior
- Behavior::contentTypeMustBeJson() — Method in class Behavior
- Behavior::contentTypeMustBeText() — Method in class Behavior
- Behavior::contentTypeMustBeHtml() — Method in class Behavior
- Behavior::containsText() — Method in class Behavior
- Translator::configure() — Method in class Translator
Configure translator
- TranslatorConfiguration::create() — Method in class TranslatorConfiguration
- $ Validator#compiles — Property in class Validator
- Validator::compileMin() — Method in class Validator
Masque sur la règle min
- Validator::compileMax() — Method in class Validator
Masque sur la règle max
- Validator::compileSame() — Method in class Validator
Masque sur la règle same
- Validator::compileEmail() — Method in class Validator
Masque sur la règle email.
- Validator::compileNumber() — Method in class Validator
Masque sur la règle number
- Validator::compileInt() — Method in class Validator
Masque sur la règle int
- Validator::compileFloat() — Method in class Validator
Masque sur la règle float$
- Validator::compileAlphaNum() — Method in class Validator
Masque sur la règle alphanum
- Validator::compileIn() — Method in class Validator
Masque sur la règle in
- Validator::compileSize() — Method in class Validator
Masque sur la règle size
- Validator::compileLower() — Method in class Validator
Masque sur la règle lower
- Validator::compileUpper() — Method in class Validator
Masque sur la règle upper
- Validator::compileAlpha() — Method in class Validator
Masque sur la règle alpha
- Validator::compileExists() — Method in class Validator
Masque sur la règle alpha
- Validator::compileNotExists() — Method in class Validator
Masque sur la règle alpha
- Validator::compileUnique() — Method in class Validator
Masque sur la règle alpha
- Validator::compileDate() — Method in class Validator
Masque sur la règle alpha
- Validator::compileDateTime() — Method in class Validator
Masque sur la règle alpha
- Validator::compileRegex() — Method in class Validator
Masque sur la règle alpha
- $ EngineAbstract#config — Property in class EngineAbstract
- EngineAbstract::checkParseFile() — Method in class EngineAbstract
Permet de verifier le fichier à parser
- View::configure() — Method in class View
Permet de configurer la classe
- View::cachable() — Method in class View
Set the availability of caching system
- ViewConfiguration::create() — Method in class ViewConfiguration
D
- Application::delete() — Method in class Application
Ajout une route de type DELETE
- Application::disableXpoweredBy() — Method in class Application
Permet d'active l'écriture le l'entête X-Powered-By dans la réponse de la réquête.
- Dispatcher — Class in namespace Bow\Application
- Color::danger() — Method in class Color
- Command::down() — Method in class Command
Permet supprimer une migration dans la base de donnée
- $ Model#describeOrder — Property in class Model
- $ Model#dates — Property in class Model
- Model::describe() — Method in class Model
Permet de retourner le description de la table
- Model::deleted() — Method in class Model
Permet d'associer listerner
- Model::delete() — Method in class Model
Permet de supprimer un enregistrement
- Collection::dropAll() — Method in class Collection
Permet de supprimer tout les enrégistrement séléctionnés
- Database — Class in namespace Bow\Database
- Database::delete() — Method in class Database
éxécute une requête delete
- DatabaseConfiguration — Class in namespace Bow\Database
- DatabaseException — Class in namespace Bow\Database\Exception
- AlterTable::drop() — Method in class AlterTable
Supprime des columns dans la description de la table.
- Migration::down() — Method in class Migration
Supprimer ou Met à jour une table
- Schema::drop() — Method in class Schema
Supprimer une table.
- Schema::dropIfExists() — Method in class Schema
Supprimer une table.
- TablePrinter::default() — Method in class TablePrinter
- TablePrinter::double() — Method in class TablePrinter
- bigint
- TablePrinter::date() — Method in class TablePrinter
- date
- TablePrinter::dateTime() — Method in class TablePrinter
- datetime
- QueryBuilder::delete() — Method in class QueryBuilder
Action delete
- QueryBuilder::decrement() — Method in class QueryBuilder
Action decrement, soustrait 1 par defaut sur le champs spécifié
- QueryBuilder::distinct() — Method in class QueryBuilder
Permet de faire une réquete avec la close DISTINCT
- QueryBuilder::drop() — Method in class QueryBuilder
Action drop, supprime la Builder
- Response::download() — Method in class Response
Télécharger le fichier donnée en argument
- Router::delete() — Method in class Router
delete, route de tout type DELETE
- Crypto::decrypt() — Method in class Crypto
- decrypt
- Sanitize::data() — Method in class Sanitize
Permet de nettoyerune chaine de caractère
- FilesystemInterface::delete() — Method in class FilesystemInterface
Supprimer un fichier
- FilesystemInterface::directories() — Method in class FilesystemInterface
Lire le contenu du dossier
- MountFilesystem::delete() — Method in class MountFilesystem
Supprimer un fichier
- MountFilesystem::directories() — Method in class MountFilesystem
Liste les dossier d'un dossier passé en paramètre
- Arraydotify::dataSet() — Method in class Arraydotify
- Collection::delete() — Method in class Collection
delete, supprime une entrée dans la colléction
- Faker::date() — Method in class Faker
- Util::debug() — Method in class Util
Lance un var_dump sur les variables passées en paramètre.
- Util::dd() — Method in class Util
Lance un var_dump sur les variables passées en paramètre.
- TestCase::delete() — Method in class TestCase
E
- Actionner::execute() — Method in class Actionner
Next, lance successivement une liste de fonction.
- Cache::expired() — Method in class Cache
Permet de vérifier si le cache a expiré
- EnvConfiguration — Class in namespace Bow\Configuration\Configurations
- GeneratorCommand::exists() — Method in class GeneratorCommand
Check if controller exists
- Builder::exists() — Method in class Builder
Check if rows exists
- TablePrinter::engine() — Method in class TablePrinter
setEngine, set the model engine name
- TablePrinter::enumerate() — Method in class TablePrinter
- QueryBuilder::exists() — Method in class QueryBuilder
vérifie si un valeur existe déjà dans la DB
- Event — Class in namespace Bow\Event
- Event::emit() — Method in class Event
emit dispatchEvent
- EventException — Class in namespace Bow\Event
- AccessControl::exposeHeaders() — Method in class AccessControl
Active Access-control-Expose-Headers
- UploadFile::extension() — Method in class UploadFile
getExtension alias
- Crypto::encrypt() — Method in class Crypto
- crypt
- Session::exists() — Method in class Session
Permet de vérifier l'existance une clé dans la colléction de session
- FilesystemInterface::exists() — Method in class FilesystemInterface
Vérifie l'existance d'un fichier
- FilesystemInterface::extension() — Method in class FilesystemInterface
L'extension du fichier
- MountFilesystem::exists() — Method in class MountFilesystem
Vérifie l'existance d'un fichier
- MountFilesystem::extension() — Method in class MountFilesystem
L'extension du fichier
- Collection::each() — Method in class Collection
each parcour l'ensemble des valeurs de la collection
- Collection::excepts() — Method in class Collection
Permet de retourne la liste de clé et retourne une instance de Collection.
- Env — Class in namespace Bow\Support
- Faker::email() — Method in class Faker
- $ Validator#errors — Property in class Validator
- EngineAbstract — Class in namespace Bow\View
F
- Cache::forever() — Method in class Cache
Permet d'ajouter un cache qui persistera
- Cache::forget() — Method in class Cache
Permet de supprimer une entrer dans le cache
- Command::formatParameters() — Method in class Command
Permet de formater les options
- GeneratorCommand::filenameIsValide() — Method in class GeneratorCommand
Check if filename is valide
- GeneratorCommand::fileExists() — Method in class GeneratorCommand
Check if controller exists
- Model::first() — Method in class Model
Get first rows
- Model::find() — Method in class Model
- find
- Model::findAndDelete() — Method in class Model
Récuper des informations sur la Builder ensuite les supprimes dans celle-ci
- Model::findOrFail() — Method in class Model
Lance une execption en case de donnée non trouvé
- SimpleRelation::foreign() — Method in class SimpleRelation
Definir la clé étranger
- $ AbstractConnection#fetch — Property in class AbstractConnection
- TablePrinter::float() — Method in class TablePrinter
- bigint
- $ QueryBuilder#first — Property in class QueryBuilder
- QueryBuilder::first() — Method in class QueryBuilder
Alias de getOne
- Request::file() — Method in class Request
Charge la factory pour le FILES
- Message::from() — Method in class Message
from, définir l'expéditeur du mail
- Message::fromIsDefined() — Method in class Message
Récupère la valeur d'une variable qui permet de vérifier qu'un expéditeur est enrégistré
- Session::flash() — Method in class Session
- flash
- Session::flush() — Method in class Session
Permet de vide la session
- FilesystemInterface — Class in namespace Bow\Storage\Contracts
- FilesystemInterface::files() — Method in class FilesystemInterface
Alias sur readInDir
- MountFilesystem::files() — Method in class MountFilesystem
Liste les fichiers d'un dossier passé en paramètre
- Capsule::factory() — Method in class Capsule
Enregistre l'instance d'une classe
- Collection::first() — Method in class Collection
Le premier element de la liste
- Collection::filter() — Method in class Collection
- filter
- Collection::fill() — Method in class Collection
- Fill
- Faker — Class in namespace Bow\Support
- Faker::float() — Method in class Faker
- Str::forceInUTF8() — Method in class Str
Permet de forcer l'encodage en utf-8
- Validate::fails() — Method in class Validate
Permet de conaitre l'état de la validation
- ValidationRequest::fails() — Method in class ValidationRequest
Permet de verifier si la réquete
- $ Validator#fail — Property in class Validator
G
- Actionner::getInstance() — Method in class Actionner
Récupère une instance de l'actonneur
- Application::getContainer() — Method in class Application
Retourne le container
- Application::get() — Method in class Application
Ajout une route de type GET
- Auth::getInstance() — Method in class Auth
Get Auth instance
- Auth::guard() — Method in class Auth
Check if user is authenticate
- Auth::guest() — Method in class Auth
Check if user is guest
- Authentication::getAuthenticateUserId() — Method in class Authentication
Get User id
- Guards — Class in namespace Bow\Auth
- Cache::get() — Method in class Cache
Récupérer une entrée dans le cache
- Configuration::getName() — Method in class Configuration
Get la service class name
- Loader::getMiddlewares() — Method in class Loader
Middleware collection
- Loader::getInstance() — Method in class Loader
Alias de singleton
- Bow::generate() — Method in class Bow
Permet de generate un resource sur un controller
- Color::green() — Method in class Color
- Command::getComponentDirectory() — Method in class Command
Get the component directory
- Command::getConfigDirectory() — Method in class Command
Get the config directory
- Command::getConfigurationDirectory() — Method in class Command
Get the package configuration directory
- Command::getMigrationDirectory() — Method in class Command
Get the migration directory
- Command::getSeederDirectory() — Method in class Command
Get the seeder directory
- Command::getValidationDirectory() — Method in class Command
Get the validation directory
- Command::getServiceDirectory() — Method in class Command
Get the service directory
- Command::getMiddlewareDirectory() — Method in class Command
Get the service directory
- Command::getModelDirectory() — Method in class Command
Get the model directory
- Command::getControllerDirectory() — Method in class Command
Get the controller directory
- Command::getApplicationDirectory() — Method in class Command
Get the app directory
- Command::getBaseDirname() — Method in class Command
Get base directory name
- Command::getParameter() — Method in class Command
Permet de récupérer un parametre
- GeneratorCommand — Class in namespace Bow\Console
- GeneratorCommand::getPath() — Method in class GeneratorCommand
Get file path
- CollectionInterface::get() — Method in class CollectionInterface
get, permet de récupérer une valeur ou la colléction de valeur.
- Builder::get() — Method in class Builder
Get informations
- Builder::getModel() — Method in class Builder
Get model
- Model::getKeyValue() — Method in class Model
Permet de récupérer la valeur de clé primaire
- Model::getKey() — Method in class Model
Permet de récupérer la clé primaire
- Model::getAttributes() — Method in class Model
Permet de récupérer la liste des attributes.
- Model::getAttribute() — Method in class Model
Permet de récupérer un attribue
- AbstractConnection::getConnection() — Method in class AbstractConnection
Permet de recuperer la connection
- AbstractConnection::getName() — Method in class AbstractConnection
Permet de retourner le nom de la connectoon
- AbstractConnection::getConfig() — Method in class AbstractConnection
Permet de récupérer la configuration
- AbstractConnection::getTablePrefix() — Method in class AbstractConnection
Permet de récupérer le prefix des tables
- AbstractConnection::getCharset() — Method in class AbstractConnection
Permet de récupérer le type d'encodage
- Connection::getAdapter() — Method in class Connection
Permet de retourner la connection a une base de donnée.
- Database::getInstance() — Method in class Database
Retourne l'instance de Database
- Database::getConnectionName() — Method in class Database
currentZone, retourne la zone courante.
- Database::getConnectionAdapter() — Method in class Database
Permet de retouner l'instance de l'adapteur
- Database::getPdo() — Method in class Database
pdo, retourne l'instance de la connection.
- TablePrinter::getDefineFields() — Method in class TablePrinter
- TablePrinter::getFieldsRangs() — Method in class TablePrinter
- TablePrinter::getDisplaySql() — Method in class TablePrinter
- TablePrinter::getTableName() — Method in class TablePrinter
- TablePrinter::getCharset() — Method in class TablePrinter
- TablePrinter::getCollate() — Method in class TablePrinter
- TablePrinter::getEngine() — Method in class TablePrinter
- TablePrinter::getAutoincrement() — Method in class TablePrinter
- $ QueryBuilder#group — Property in class QueryBuilder
- QueryBuilder::group() — Method in class QueryBuilder
clause group by
- QueryBuilder::get() — Method in class QueryBuilder
Action get, seulement sur la requete de type select Si le mode de séléction unitaire n'est pas active
- QueryBuilder::getLastInsertId() — Method in class QueryBuilder
rétourne l'id de la dernière insertion
- QueryBuilder::getTable() — Method in class QueryBuilder
Permet de retourner le nom de la table.
- QueryBuilder::getPrefix() — Method in class QueryBuilder
Permet de retourner le prefixage.
- Event::getInstance() — Method in class Event
Event constructor.
- Listener::getActionType() — Method in class Listener
Permet de retourner le type de l'action
- Listener::getAction() — Method in class Listener
Permet de retourner l'action à lancer
- Listener::getPriority() — Method in class Listener
Permet de récuperer la priorité du listerner
- HttpClient::get() — Method in class HttpClient
Make get requete
- Parser::getContent() — Method in class Parser
Retourne des données
- Parser::getHeaders() — Method in class Parser
- Parser::getCode() — Method in class Parser
- Parser::getExecutionTime() — Method in class Parser
- Parser::getConnexionTime() — Method in class Parser
- Parser::getUploadSize() — Method in class Parser
- Parser::getUploadSpeed() — Method in class Parser
- Parser::getDownloadSize() — Method in class Parser
- Parser::getDownloadSpeed() — Method in class Parser
- Parser::getErrorMessage() — Method in class Parser
- Parser::getErrorNumber() — Method in class Parser
- Parser::getContentType() — Method in class Parser
- Parser::getAttach() — Method in class Parser
- Redirect::getInstance() — Method in class Redirect
Get redirection instance
- Request::getInstance() — Method in class Request
Singletion loader
- Request::getHeader() — Method in class Request
Get Request header
- Request::get() — Method in class Request
Get, permet de récupérer une valeur ou la colléction de valeur.
- Response::getInstance() — Method in class Response
Get response
- Response::getContent() — Method in class Response
Get response message
- Response::getCode() — Method in class Response
Get status code
- Response::getHeaders() — Method in class Response
Get headers
- UploadFile::getExtension() — Method in class UploadFile
L'extension du fichier
- UploadFile::getTypeMime() — Method in class UploadFile
L'extension du fichier
- UploadFile::getFilesize() — Method in class UploadFile
La taille du fichier
- UploadFile::getBasename() — Method in class UploadFile
Le nom principal du fichier
- UploadFile::getFilename() — Method in class UploadFile
Le nom du fichier
- UploadFile::getContent() — Method in class UploadFile
Le contenu du fichier.
- UploadFile::getHashName() — Method in class UploadFile
Permet de hash du fichier
- Mail::getInstance() — Method in class Mail
Get mail instance
- Message::getHeaders() — Method in class Message
Récupère les entêtes
- Message::getTo() — Method in class Message
Récupère la liste des récepteurs
- Message::getSubject() — Method in class Message
Récupère l'objet du mail
- Message::getFrom() — Method in class Message
Récupère l'expéditeur
- Message::getMessage() — Method in class Message
Récupère le message du mail
- Message::getCharset() — Method in class Message
Récupère l'encodage du mail
- Message::getType() — Method in class Message
Récupère le type de contenu
- Route::getPath() — Method in class Route
Récupère le chemin de la route courante
- Route::getAction() — Method in class Route
Récupère l'action a executé sur la route courante
- Route::getName() — Method in class Route
Récupère le nom de la route
- Route::getParamters() — Method in class Route
Récupère les paramètres
- Route::getParamter() — Method in class Route
Récupère un élément des paramètres
- Router::getCollection() — Method in class Router
- Router::get() — Method in class Router
get, route de type GET ou bien retourne les variable ajoutés dans Bow
- Router::group() — Method in class Router
mount, ajoute un branchement.
- Cookie::get() — Method in class Cookie
get, permet de récupérer une valeur ou la colléction de valeur de cookie.
- Session::getInstance() — Method in class Session
Get session singleton
- Session::get() — Method in class Session
Permet de récupérer une valeur ou la colléction de valeur.
- FilesystemInterface::get() — Method in class FilesystemInterface
Récuper le contenu du fichier
- MountFilesystem::get() — Method in class MountFilesystem
Récuper le contenu du fichier
- Capsule::getInstance() — Method in class Capsule
Retourne l'instance de Capsule
- Collection::get() — Method in class Collection
get, permet de récupérer une valeur ou la colléction de valeur.
- Collection::getIterator() — Method in class Collection
- getIterator
- Env::get() — Method in class Env
Permet de récuperer le information de l'environement
- Str::getWords() — Method in class Str
Retourne un nombre détermine de mots dans une chaine de caractère.
- TestCase::get() — Method in class TestCase
- Translator::getInstance() — Method in class Translator
Get singleton instance
- Translator::getLocale() — Method in class Translator
Get locale
- Validate::getCorrupteFields() — Method in class Validate
Informe sur les champs qui n'ont pas pu ètre valider
- Validate::getFailsRules() — Method in class Validate
Le message d'erreur sur la dernière validation
- Validate::getLastMessage() — Method in class Validate
Le message d'erreur sur la dernière validation
- Validate::getMessages() — Method in class Validate
Le message d'erreur sur la dernière validation
- ValidationRequest::getValidationInstance() — Method in class ValidationRequest
Permet de récupérer le validateur
- ValidationRequest::getMessage() — Method in class ValidationRequest
Permet de récupérer le message du de la dernier erreur
- ValidationRequest::getMessages() — Method in class ValidationRequest
Permet de récupérer tout les messages d'erreur
- ValidationRequest::getValidationData() — Method in class ValidationRequest
Permet de récupérer les données de la validation
- EngineAbstract::getName() — Method in class EngineAbstract
Permet de retourne le nom de template charge
- TwigEngine::getTemplate() — Method in class TwigEngine
- View::getInstance() — Method in class View
Permet de créer et retourner une instance de View
- View::getTemplate() — Method in class View
Permet de récuperer l'instance du template
- View::getContent() — Method in class View
Get rendering content
H
- Cache::has() — Method in class Cache
Vérifier l'existance d'un entrée dans la cache.
- CollectionInterface::has() — Method in class CollectionInterface
has, vérifie l'existance une clé dans la colléction de session
- HasMany — Class in namespace Bow\Database\Barry\Relations\Traits
- HasMany::hasMany() — Method in class HasMany
- $ QueryBuilder#havin — Property in class QueryBuilder
- QueryBuilder::having() — Method in class QueryBuilder
clause having, s'utilise avec un groupBy
- HttpClient — Class in namespace Bow\Http\Client
- HttpException — Class in namespace Bow\Http\Exception
- Request::has() — Method in class Request
Check if key is exists
- Request::hostname() — Method in class Request
retourne le nom host du serveur.
- Request::hasFile() — Method in class Request
- Request::hasHeader() — Method in class Request
Verifir si une entête existe.
- Message::html() — Method in class Message
toHtml, définir le type de contenu en text/html
- Hash — Class in namespace Bow\Security
- Cookie::has() — Method in class Cookie
has, vérifie l'existance une clé dans la colléction de session
- Session::has() — Method in class Session
Permet de vérifier l'existance une clé dans la colléction de session
- Collection::has() — Method in class Collection
has, vérifie l'existance une clé dans la colléction de session
- Behavior::headerExists() — Method in class Behavior
I
- Actionner::injector() — Method in class Actionner
Permet de faire un injection
- Actionner::injectorForClosure() — Method in class Actionner
Injection de type pour closure
- Auth::id() — Method in class Auth
Get the user id
- Guards::id() — Method in class Guards
Get the user id
- $ Loader#instance — Property in class Loader
- Color::info() — Method in class Color
- CollectionInterface::isEmpty() — Method in class CollectionInterface
isEmpty, vérifie si une colléction est vide.
- Database::insert() — Method in class Database
éxécute une requête insert
- Database::inTransaction() — Method in class Database
Vérifie si l'execution de la base de donnée est en transation
- TablePrinter::integer() — Method in class TablePrinter
- int
- TablePrinter::increment() — Method in class TablePrinter
- autoincrement
- TablePrinter::indexe() — Method in class TablePrinter
- indexe
- QueryBuilder::increment() — Method in class QueryBuilder
Action increment, ajout 1 par défaut sur le champs spécifié
- QueryBuilder::insert() — Method in class QueryBuilder
Action insert
- QueryBuilder::insertAndGetLastId() — Method in class QueryBuilder
Action insertAndGetLastId lance les actions insert et lastInsertId
- Request::isPost() — Method in class Request
Si la réquête est de type POST
- Request::isGet() — Method in class Request
Si la réquête est de type GET
- Request::isPut() — Method in class Request
Si la réquête est de type PUT
- Request::isDelete() — Method in class Request
Si la réquête est de type DELETE
- Request::isAjax() — Method in class Request
Vérifie si on n'est dans le cas d'un requête AJAX.
- Request::is() — Method in class Request
Vérifie si une url match avec le pattern
- Request::ip() — Method in class Request
L'address ip du client
- Request::isProtocol() — Method in class Request
Vérifier le protocol de la requête
- Request::isSecure() — Method in class Request
Vérifier si le protocol sécurisé
- Request::ignore() — Method in class Request
- UploadFile::isUploaded() — Method in class UploadFile
Vérifie si le fichier est uploader
- Cookie::isEmpty() — Method in class Cookie
isEmpty, vérifie si une colléction est vide.
- Session::isEmpty() — Method in class Session
Permet de vérifier si une colléction est vide.
- FilesystemInterface::isFile() — Method in class FilesystemInterface
isFile aliase sur is_file.
- FilesystemInterface::isDirectory() — Method in class FilesystemInterface
isDirectory aliase sur is_dir.
- MountFilesystem::isFile() — Method in class MountFilesystem
isFile aliase sur is_file.
- MountFilesystem::isDirectory() — Method in class MountFilesystem
isDirectory aliase sur is_dir.
- Capsule::instance() — Method in class Capsule
Enregistre l'instance d'une classe
- Collection::isEmpty() — Method in class Collection
isEmpty, vérifie si une colléction est vide.
- Collection::implode() — Method in class Collection
- Implode
- Collection::ignores() — Method in class Collection
Permet d'ignorer la clé que l'on lui donne et retourne une instance de Collection.
- Env::isLoaded() — Method in class Env
- Str::isMail() — Method in class Str
Vérifier si le mail est un mail valide.
- Str::isDomain() — Method in class Str
Vérifie si la chaine est un domaine
- Str::isAlphaNum() — Method in class Str
Vérifie si la chaine est en alphanumeric
- Str::isNumeric() — Method in class Str
Vérifie si la chaine est en numeric
- Str::isAlpha() — Method in class Str
Vérifie si la chaine est en alpha
- Str::isSlug() — Method in class Str
Vérifie si la chaine est en format slug
- Str::isUpper() — Method in class Str
Vérifie si la chaine est en majiscule
- Str::isLower() — Method in class Str
Vérifie si la chaine est en miniscule
- Translator::isLocale() — Method in class Translator
Check the locale
- $ Validator#inputs — Property in class Validator
J
- Model::jsonSerialize() — Method in class Model
- Collection::jsonSerialize() — Method in class Collection
- $ QueryBuilder#join — Property in class QueryBuilder
- QueryBuilder::join() — Method in class QueryBuilder
clause join
- QueryBuilder::jump() — Method in class QueryBuilder
jump = offset
- QueryBuilder::jsonSerialize() — Method in class QueryBuilder
- Response::json() — Method in class Response
Réponse de type JSON
- Collection::jsonSerialize() — Method in class Collection
- jsonSerialize
K
- Command::key() — Method in class Command
Permet de générer la clé de securité
- Collection::keys() — Method in class Collection
retourne la liste des clés de la collection
- ValidationRequest::keys() — Method in class ValidationRequest
L
- Auth::login() — Method in class Auth
Make direct login
- LoggerConfiguration — Class in namespace Bow\Configuration\Configurations
- Loader — Class in namespace Bow\Configuration
- Bow::launch() — Method in class Bow
Launch process
- $ Model#latest — Property in class Model
- Model::latest() — Method in class Model
Get last
- Database::lastInsertId() — Method in class Database
Récupère l'identifiant de la dernière enregistrement.
- TablePrinter::longText() — Method in class TablePrinter
- varchar
- TablePrinter::longBlob() — Method in class TablePrinter
long blob
- TablePrinter::longInteger() — Method in class TablePrinter
- longint
- $ QueryBuilder#limit — Property in class QueryBuilder
- QueryBuilder::leftJoin() — Method in class QueryBuilder
clause left join
- QueryBuilder::last() — Method in class QueryBuilder
Action first, récupère le première enregistrement
- Listener — Class in namespace Bow\Event
- Request::locale() — Method in class Request
retourne la locale de la requête.
- Request::lang() — Method in class Request
retourne la lang du naviagateur.
- Collection::last() — Method in class Collection
Le dernier element de la liste
- Collection::length() — Method in class Collection
length, longeur de la collection
- Env::load() — Method in class Env
Load env file
- Str::lower() — Method in class Str
lower case
- Str::len() — Method in class Str
len, retourne la taille d'une chaine.
- $ Validator#lastMessage — Property in class Validator
M
- Application::make() — Method in class Application
Construction de l'application
- Application::middleware() — Method in class Application
Permet d'associer un middleware global sur une url
- Application::match() — Method in class Application
Match route de tout type de method
- Loader::middlewares() — Method in class Loader
Middleware collection
- Bow::migrate() — Method in class Bow
Permet de lancer un migration
- Command::make() — Method in class Command
Permet de créer une migration
- Command::middleware() — Method in class Command
Create a middleware
- Command::model() — Method in class Command
Create new model file
- GeneratorCommand::makeStub() — Method in class GeneratorCommand
Stub render
- $ Builder#model — Property in class Builder
- Model — Class in namespace Bow\Database\Barry
Class Model
- SimpleRelation::merge() — Method in class SimpleRelation
Join avec une autre table
- MysqlAdapter — Class in namespace Bow\Database\Connection\Adapter
- Migration — Class in namespace Bow\Database\Migration
- $ Migration#marks — Property in class Migration
Le marsque
- Statement::makeSqliteCreateTableStatement() — Method in class Statement
Génère une chaine requête de type CREATE
- Statement::makeMysqlCreateTableStatement() — Method in class Statement
Génère une chaine requête de type CREATE
- Statement::makeAlterTableStatement() — Method in class Statement
Génère une chaine requête de type CREATE
- TablePrinter::mediumInteger() — Method in class TablePrinter
- mediumint
- TablePrinter::mediumText() — Method in class TablePrinter
- varchar
- TablePrinter::mediumBlob() — Method in class TablePrinter
medium blob
- QueryBuilder::max() — Method in class QueryBuilder
- Max
- QueryBuilder::min() — Method in class QueryBuilder
- Min
- ModelException — Class in namespace Bow\Exception
- AccessControl::maxAge() — Method in class AccessControl
Active Access-control-Max-Age
- Request::method() — Method in class Request
Retourne la methode de la requete.
- UploadFile::moveTo() — Method in class UploadFile
Déplacer le fichier uploader dans un répertoire.
- MailException — Class in namespace Bow\Mail\Exception
- Mail — Class in namespace Bow\Mail
- MailConfiguration — Class in namespace Bow\Mail
- Message — Class in namespace Bow\Mail
- Rest::make() — Method in class Rest
Make rest
- Route::middleware() — Method in class Route
Ajout middleware
- Route::match() — Method in class Route
Permet de vérifier si l'url de la réquête est conforme à celle définir par le routeur
- Router::match() — Method in class Router
match, route de tout type de method
- Hash::make() — Method in class Hash
Permet de hasher une value et quand le hash a échoué elle rétourne false.
- Sanitize::make() — Method in class Sanitize
Permet de nettoyer les données
- Tokenize::makeCsrfToken() — Method in class Tokenize
Createur de token csrf
- Tokenize::make() — Method in class Tokenize
Générer une clé crypté en md5
- FilesystemInterface::makeDirectory() — Method in class FilesystemInterface
Crée un répertoire
- FilesystemInterface::move() — Method in class FilesystemInterface
Rénomme ou déplace un fichier source vers un fichier cible.
- MountDiskNotFoundException — Class in namespace Bow\Storage\Exception
- MountFilesystem — Class in namespace Bow\Storage
- MountFilesystem::makeDirectory() — Method in class MountFilesystem
Crée un répertoire
- MountFilesystem::move() — Method in class MountFilesystem
Rénomme ou déplace un fichier source vers un fichier cible.
- Storage::mount() — Method in class Storage
Mount disk
- Arraydotify::make() — Method in class Arraydotify
- Capsule::make() — Method in class Capsule
Crée un instance de Capsule
- Capsule::makeWith() — Method in class Capsule
Compilation avec paramètre
- Collection::merge() — Method in class Collection
fusion la collection avec un tableau ou une autre collection
- Collection::map() — Method in class Collection
- map
- Collection::max() — Method in class Collection
- Max
- Collection::min() — Method in class Collection
- Max
- Behavior::mustBeJson() — Method in class Behavior
- Behavior::mustBeExactJson() — Method in class Behavior
- Behavior::mustBeExactText() — Method in class Behavior
- Behavior::mustBeArray() — Method in class Behavior
- Validator::make() — Method in class Validator
Tout les marqueurs possible.
N
- Loader::namespaces() — Method in class Loader
Get app namespace
- $ AbstractConnection#name — Property in class AbstractConnection
- $ MysqlAdapter#name — Property in class MysqlAdapter
- $ SqliteAdapter#name — Property in class SqliteAdapter
- NotFoundException — Class in namespace Bow\Database\Exception
- TablePrinter::nullable() — Method in class TablePrinter
- nullable
- Native — Class in namespace Bow\Mail\Driver
- Route::name() — Method in class Route
Permet de donner un nom à la route
- Hash::needsRehash() — Method in class Hash
Permet de rehacher une value.
- Faker::name() — Method in class Faker
- Faker::number() — Method in class Faker
- $ EngineAbstract#name — Property in class EngineAbstract
- $ PHPEngine#name — Property in class PHPEngine
- $ TwigEngine#name — Property in class TwigEngine
O
- Application::options() — Method in class Application
Ajout une route de type PATCH
- Loader::offsetExists() — Method in class Loader
- Loader::offsetGet() — Method in class Loader
- Loader::offsetSet() — Method in class Loader
- Loader::offsetUnset() — Method in class Loader
- Command::options() — Method in class Command
Permet de récupérer les options de la commande
- Model::offsetSet() — Method in class Model
- Model::offsetExists() — Method in class Model
- Model::offsetUnset() — Method in class Model
- Model::offsetGet() — Method in class Model
- $ QueryBuilder#order — Property in class QueryBuilder
- QueryBuilder::orWhere() — Method in class QueryBuilder
orWhere, retourne une condition de type [where colonne = value <
>] - QueryBuilder::on() — Method in class QueryBuilder
On, Si chainé avec lui même doit ajouter un <
> avant, sinon si chainé avec < > orOn ajout un < > dévant - QueryBuilder::orOn() — Method in class QueryBuilder
clause On, suivie d'une combinaison par un comparateur <
> Il faut que l'utilisateur fasse un <<on()>> avant d'utiliser le < > - QueryBuilder::orderBy() — Method in class QueryBuilder
clause order by
- Event::on() — Method in class Event
- addEventListener
- Event::onTransmission() — Method in class Event
Envoyer une event de page en page
- Event::once() — Method in class Event
Associer un seul listener à un event
- Event::off() — Method in class Event
off supprime un event enregistre
- Request::origin() — Method in class Request
origin le nom du serveur + le scheme
- Request::old() — Method in class Request
Accès au donnée de la précédente requete
- Request::only() — Method in class Request
Permet récupérer les valeurs contenu dans le tableau d'exception
- Router::options() — Method in class Router
patch, route de tout type PATCH
- Arraydotify::offsetExists() — Method in class Arraydotify
- Arraydotify::offsetGet() — Method in class Arraydotify
- Arraydotify::offsetSet() — Method in class Arraydotify
- Arraydotify::offsetUnset() — Method in class Arraydotify
- Capsule::offsetExists() — Method in class Capsule
- Capsule::offsetGet() — Method in class Capsule
- Capsule::offsetSet() — Method in class Capsule
- Capsule::offsetUnset() — Method in class Capsule
- Collection::offsetExists() — Method in class Collection
- Collection::offsetGet() — Method in class Collection
- Collection::offsetSet() — Method in class Collection
- Collection::offsetUnset() — Method in class Collection
P
- Actionner::pushMiddleware() — Method in class Actionner
Ajout un middleware à la liste
- Actionner::pushNamespace() — Method in class Actionner
Ajout un namespace à la liste
- Application::prefix() — Method in class Application
Ajout un préfixe sur les routes
- Application::post() — Method in class Application
Ajout une route de type POST
- Application::put() — Method in class Application
Ajout une route de type PUT
- Application::patch() — Method in class Application
Ajout une route de type PATCH
- Dispatcher::pipe() — Method in class Dispatcher
Ajout un middleware à la collection d'execution
- Dispatcher::process() — Method in class Dispatcher
Lance le procéssus d'execution de middleware
- Cache::push() — Method in class Cache
Add new enter in the cache system
- Loader::pushMiddleware() — Method in class Loader
Push middlewares
- $ Model#prefix — Property in class Model
- $ Model#primaryKey — Property in class Model
- $ Model#primaryKeyType — Property in class Model
- Model::paginate() — Method in class Model
- paginate
- $ AbstractConnection#pdo — Property in class AbstractConnection
- TablePrinter::primary() — Method in class TablePrinter
- primary
- $ QueryBuilder#primaryKey — Property in class QueryBuilder
- $ QueryBuilder#prefix — Property in class QueryBuilder
- QueryBuilder::paginate() — Method in class QueryBuilder
- paginate
- HttpClient::post() — Method in class HttpClient
make post requete
- HttpClient::put() — Method in class HttpClient
make put requete
- Parser — Class in namespace Bow\Http\Client
- Request::path() — Method in class Request
retourne uri envoyer par client.
- Request::port() — Method in class Request
Retourne de port du client
- Request::protocol() — Method in class Request
le protocol de la requête.
- AuthMiddleware::process() — Method in class AuthMiddleware
Fonction de lancement du middleware.
- CsrfMiddleware::process() — Method in class CsrfMiddleware
Fonction de lancement du middleware.
- CsrfMiddleware::preventOn() — Method in class CsrfMiddleware
Prevent csrf action on urls
- TrimMiddleware::process() — Method in class TrimMiddleware
Fonction de lancement du middleware.
- Router::post() — Method in class Router
post, route de type POST
- Router::put() — Method in class Router
put, route de tout type PUT
- Router::patch() — Method in class Router
patch, route de tout type PATCH
- FilesystemInterface::prepend() — Method in class FilesystemInterface
Ecrire au début d'un fichier spécifier
- FilesystemInterface::put() — Method in class FilesystemInterface
Put other file content in given file
- FilesystemInterface::path() — Method in class FilesystemInterface
Permet de résolver un path.
- MountFilesystem::prepend() — Method in class MountFilesystem
Ecrire au début d'un fichier spécifier
- MountFilesystem::put() — Method in class MountFilesystem
Put other file content in given file
- MountFilesystem::path() — Method in class MountFilesystem
Permet de résolver un path.
- Storage::pushService() — Method in class Storage
Push a new serive who implement the Bow\Storage\Contracts\ServiceInterface contracts
- Collection::pop() — Method in class Collection
Supprime le dernier élément de la collection
- Collection::push() — Method in class Collection
Ajout après le dernier élément de la collection
- Faker::pseudo() — Method in class Faker
- Faker::password() — Method in class Faker
- Str::plurial() — Method in class Str
Get str plurial
- Str::pos() — Method in class Str
Get the string position
- TestCase::post() — Method in class TestCase
- TestCase::put() — Method in class TestCase
- TestCase::patch() — Method in class TestCase
- Translator::pluiral() — Method in class Translator
- PHPEngine — Class in namespace Bow\View\Engine
- View::parse() — Method in class View
Permet de faire le rendu d'une vue
- View::pushEngine() — Method in class View
Ajouter un moteur de template
Q
- QueryBuilderException — Class in namespace Bow\Database\Exception
- QueryBuilder — Class in namespace Bow\Database
Class Builder
R
- Application::route() — Method in class Application
Route mapper
- Application::rest() — Method in class Application
REST API Maker.
- AuthenticateConfiguration::run() — Method in class AuthenticateConfiguration
- CacheConfiguration::run() — Method in class CacheConfiguration
- Configuration::run() — Method in class Configuration
Permet de démarrer le package configuré
- Configuration::runned() — Method in class Configuration
Start listener
- ActionnerConfiguration::run() — Method in class ActionnerConfiguration
- EnvConfiguration::run() — Method in class EnvConfiguration
- LoggerConfiguration::run() — Method in class LoggerConfiguration
- Bow::run() — Method in class Bow
Permet de lancer Bow task runner
- Bow::register() — Method in class Bow
Permet de rafraichir le registre
- Color::red() — Method in class Color
- Command::reflesh() — Method in class Command
Permet de rafraichir le fichier de régistre
- Command::resource() — Method in class Command
Permet de mettre en place le système de réssource.
- CollectionInterface::remove() — Method in class CollectionInterface
remove, supprime une entrée dans la colléction
- ResponseInterface — Class in namespace Bow\Contracts
- Relationships — Class in namespace Bow\Database\Barry\Relations
- Database::rollback() — Method in class Database
Annuler une transaction
- DatabaseConfiguration::run() — Method in class DatabaseConfiguration
- QueryBuilder::rightJoin() — Method in class QueryBuilder
clause right join
- QueryBuilder::remove() — Method in class QueryBuilder
remove alise simplifié de delete.
- RequestException — Class in namespace Bow\Exception
- ResponseException — Class in namespace Bow\Exception
- Parser::raw() — Method in class Parser
Retourne des données brutes
- Redirect — Class in namespace Bow\Http
- Request — Class in namespace Bow\Http
- Request::referer() — Method in class Request
Retourne la provenance de la requête courante.
- Response — Class in namespace Bow\Http
- Response::render() — Method in class Response
Permet de faire le rendu d'une vue.
- Mail::raw() — Method in class Mail
Envoye de mail simulaire a la fonction mail de PHP
- MailConfiguration::run() — Method in class MailConfiguration
- AuthMiddleware::redirectTo() — Method in class AuthMiddleware
Redirect to
- RouterException — Class in namespace Bow\Router\Exception
- Rest — Class in namespace Bow\Router
- Route — Class in namespace Bow\Router
- Router — Class in namespace Bow\Router
- RouterConfiguration — Class in namespace Bow\Router
- RouterConfiguration::run() — Method in class RouterConfiguration
- CryptoConfiguration::run() — Method in class CryptoConfiguration
- Cookie::remove() — Method in class Cookie
remove, supprime une entrée dans la table
- Session::regenerate() — Method in class Session
Generate session
- Session::remove() — Method in class Session
remove, supprime une entrée dans la colléction
- SessionConfiguration::run() — Method in class SessionConfiguration
- ResourceException — Class in namespace Bow\Storage\Exception
- StorageConfiguration::run() — Method in class StorageConfiguration
- Collection::reduce() — Method in class Collection
- reduce
- Collection::reverse() — Method in class Collection
- reverse
- Faker::reinitialize() — Method in class Faker
Permet de réinitialiser le faker
- Str::replace() — Method in class Str
- replace
- Str::repeat() — Method in class Str
repeat, réperte la chaine de caractère dans une nombre déterminé
- Str::randomize() — Method in class Str
- randomize
- Util::rangeField() — Method in class Util
rangeField, fonction permettant de sécuriser les données.
- TranslatorConfiguration::run() — Method in class TranslatorConfiguration
- ValidationRequest::rules() — Method in class ValidationRequest
- EngineAbstract::render() — Method in class EngineAbstract
Permet de transforme le code du temple en code html
- PHPEngine::render() — Method in class PHPEngine
- TwigEngine::render() — Method in class TwigEngine
- ViewConfiguration::run() — Method in class ViewConfiguration
S
- Application::send() — Method in class Application
Lanceur de l'application
- Bow::setPublicDirectory() — Method in class Bow
Set public directory
- Bow::setStorageDirectory() — Method in class Bow
Set storage directory
- Bow::setBootstrap() — Method in class Bow
Permet de changer les fichiers de demarage
- Bow::setServerFilename() — Method in class Bow
Permet de changer les fichiers de demarage
- Bow::seed() — Method in class Bow
Permet de lancer le seeding
- Bow::server() — Method in class Bow
Permet de lancer le serveur local
- Color::success() — Method in class Color
- Command::setConfigDirectory() — Method in class Command
Set the config directory
- Command::setConfigurationDirectory() — Method in class Command
Set the package configuration directory
- Command::setComponentDirectory() — Method in class Command
Set the component directory
- Command::setMigrationDirectory() — Method in class Command
Set the migration directory
- Command::setSeederDirectory() — Method in class Command
Set the seeder directory
- Command::setControllerDirectory() — Method in class Command
Set the controller directory
- Command::setValidationDirectory() — Method in class Command
Set the validation directory
- Command::setMiddlewareDirectory() — Method in class Command
Set the middleware directory
- Command::setApplicationDirectory() — Method in class Command
Set the application directory
- Command::setModelDirectory() — Method in class Command
Set the model directory
- Command::setNamespaces() — Method in class Command
Set the namespaces
- Command::seeder() — Method in class Command
Permet de créer un seeder
- GeneratorCommand::setName() — Method in class GeneratorCommand
Set writing filename
- GeneratorCommand::setBaseDirectory() — Method in class GeneratorCommand
Get the base directory
- CollectionInterface::set() — Method in class CollectionInterface
set, modifie une entrée dans la colléction
- ResponseInterface::sendContent() — Method in class ResponseInterface
Send Response to client
- Builder::setModel() — Method in class Builder
Set model
- $ Model#safeDeleted — Property in class Model
- Model::save() — Method in class Model
save aliase sur l'action insert
- Model::setAttributes() — Method in class Model
Permet d'Assigner des valeurs aux attribues de la classe
- Model::setAttribute() — Method in class Model
Permet d'Assigner une valeur
- Model::setConnexion() — Method in class Model
Set connexion point
- SimpleRelation — Class in namespace Bow\Database\Barry\Relations
- AbstractConnection::setConnection() — Method in class AbstractConnection
Permet de recuperer la connection
- AbstractConnection::setFetchMode() — Method in class AbstractConnection
Permet de définir le mode de récuperation des données.
- SqliteAdapter — Class in namespace Bow\Database\Connection\Adapter
- Connection::setAdapter() — Method in class Connection
Permet de modifier l'adapter
- Database::select() — Method in class Database
éxécute une requête select
- Database::selectOne() — Method in class Database
éxécute une requête select et retourne un seul enregistrement
- Database::statement() — Method in class Database
éxécute une requête de type DROP|CREATE TABLE|TRAUNCATE|ALTER Builder
- Database::startTransaction() — Method in class Database
Lancement du debut d'un transaction
- Database::setPdo() — Method in class Database
modifie l'instance de PDO
- Schema — Class in namespace Bow\Database\Migration
- Statement — Class in namespace Bow\Database\Migration
- TablePrinter::size() — Method in class TablePrinter
- TablePrinter::smallInteger() — Method in class TablePrinter
- smallint
- TablePrinter::string() — Method in class TablePrinter
- varchar
- TablePrinter::setAutoincrement() — Method in class TablePrinter
- $ QueryBuilder#select — Property in class QueryBuilder
- QueryBuilder::select() — Method in class QueryBuilder
select, ajout de champ à séléction.
- QueryBuilder::sum() — Method in class QueryBuilder
- Sum
- QueryBuilder::setPrefix() — Method in class QueryBuilder
Permet de modifier le prefix
- QueryBuilder::setTable() — Method in class QueryBuilder
Permet de modifier le mom de la table
- QueryBuilder::setWhereDataBinding() — Method in class QueryBuilder
Permet de définir les données à associer
- SessionException — Class in namespace Bow\Exception
- Parser::setAttach() — Method in class Parser
- Redirect::sendContent() — Method in class Redirect
- Request::session() — Method in class Request
Get session information
- Response::setContent() — Method in class Response
Get response message
- Response::status() — Method in class Response
Modifie les entétes http
- Response::send() — Method in class Response
Equivalant à un echo, sauf qu'il termine l'application quand $stop = true
- Response::sendContent() — Method in class Response
- Native::send() — Method in class Native
send, Envoie le mail
- Smtp — Class in namespace Bow\Mail\Driver
- Smtp::send() — Method in class Smtp
Lance l'envoie de mail
- SmtpException — Class in namespace Bow\Mail\Exception
- SocketException — Class in namespace Bow\Mail\Exception
- Mail::send() — Method in class Mail
- Mail::setDriver() — Method in class Mail
Modifie le driver smtp|mail
- Message::setDefaultHeader() — Method in class Message
Définir les entête par défaut
- Message::subject() — Method in class Message
subject, Définit le suject du mail
- Message::setBoundary() — Method in class Message
Modifie la valeur de la frontière
- Message::setMessage() — Method in class Message
Modifir le message du mail
- Send — Class in namespace Bow\Mail
- Send::send() — Method in class Send
Send, envoie de mail.
- Crypto::setKey() — Method in class Crypto
Crypto constructor
- Sanitize — Class in namespace Bow\Security
- Sanitize::secure() — Method in class Sanitize
Permet de nettoye rune chaine de caractère ',
, - Cookie::set() — Method in class Cookie
add, permet d'ajouter une value dans le tableau de cookie.
- Session — Class in namespace Bow\Session
- Session::start() — Method in class Session
Session starteur.
- Session::set() — Method in class Session
- set
- SessionConfiguration — Class in namespace Bow\Session
- FilesystemInterface::store() — Method in class FilesystemInterface
UploadFile, fonction permettant de uploader un fichier
- MountFilesystem::store() — Method in class MountFilesystem
UploadFile, fonction permettant de uploader un fichier
- Storage — Class in namespace Bow\Storage
- Storage::service() — Method in class Storage
Mount service
- StorageConfiguration — Class in namespace Bow\Storage
- $ Collection#storage — Property in class Collection
- Collection::set() — Method in class Collection
set, modifie une entrée dans la colléction ou l'ajout si non
- Collection::sum() — Method in class Collection
- Sum
- Collection::shift() — Method in class Collection
Supprime le premier élément de la collection
- Env::set() — Method in class Env
Permet de modifier l'information de l'environement
- Faker::string() — Method in class Faker
- Str — Class in namespace Bow\Support
- Str::snake() — Method in class Str
Snake case
- Str::slice() — Method in class Str
- slice
- Str::split() — Method in class Str
- split
- Str::slugify() — Method in class Str
slugify créateur de slug en utilisant un chaine simple.
- Str::shuffleWords() — Method in class Str
Retourne une chaine de caractère dont les mots sont mélangés.
- Util::sep() — Method in class Util
sep, séparateur \r\n or \n
- Behavior::statusMustBe() — Method in class Behavior
- Translator::single() — Method in class Translator
- Translator::setLocale() — Method in class Translator
Update locale
- ValidationRequest::sendFailAuthorization() — Method in class ValidationRequest
- ValidationRequest::sendFailValidation() — Method in class ValidationRequest
- View::setEngine() — Method in class View
Set Engine
- View::setExtension() — Method in class View
- View::sendContent() — Method in class View
Send Response
T
- Cache::timeOf() — Method in class Cache
Permet de récuperer le temps d'expiration du cache
- CollectionInterface::toArray() — Method in class CollectionInterface
retourne tout les entrées de la colléction
- CollectionInterface::toObject() — Method in class CollectionInterface
retourne tout les entrées de la colléction sous forme d'object
- $ Model#timestamps — Property in class Model
- $ Model#table — Property in class Model
Le nom de la table courrente
- Model::touch() — Method in class Model
Permet de mettre le timestamp à jour.
- Model::toArray() — Method in class Model
Permet de retourner les données
- Collection::toArray() — Method in class Collection
- Collection::toJson() — Method in class Collection
- Database::table() — Method in class Database
Charge le factory Builder
- $ Migration#table — Property in class Migration
Le nom de la table.
- Schema::table() — Method in class Schema
Manipule les informations de la table.
- TablePrinter — Class in namespace Bow\Database\Migration
- TablePrinter::tinyInteger() — Method in class TablePrinter
- tinyint
- TablePrinter::tinyText() — Method in class TablePrinter
- tinytext
- TablePrinter::text() — Method in class TablePrinter
- text
- TablePrinter::tinyBlob() — Method in class TablePrinter
tiny blob
- TablePrinter::time() — Method in class TablePrinter
- time
- TablePrinter::timestamps() — Method in class TablePrinter
- timestamp
- $ QueryBuilder#table — Property in class QueryBuilder
- QueryBuilder::take() — Method in class QueryBuilder
take = limit
- QueryBuilder::transition() — Method in class QueryBuilder
Demarrer un transaction dans la base de donnée.
- QueryBuilder::truncate() — Method in class QueryBuilder
Action truncate, vide la Builder
- QueryBuilder::toJson() — Method in class QueryBuilder
- QueryBuilder::toSql() — Method in class QueryBuilder
Formate la requete select
- Tool — Class in namespace Bow\Database
- Parser::toJson() — Method in class Parser
Retourne la reponse en json
- Parser::toArray() — Method in class Parser
Retourne la reponse sous forme de tableau
- Redirect::to() — Method in class Redirect
Redirection vers une autre URL
- Request::time() — Method in class Request
retourne path envoyé par client.
- Message::to() — Method in class Message
to, définir le récépteur
- Message::toList() — Method in class Message
- Message::text() — Method in class Message
toText, définir le corps du message
- TrimMiddleware — Class in namespace Bow\Middleware
- TokenMismatch — Class in namespace Bow\Security\Exception
- Tokenize — Class in namespace Bow\Security
- Session::toArray() — Method in class Session
Retourne la liste des données de la session sous forme de tableau.
- Session::toObject() — Method in class Session
- Collection::toJson() — Method in class Collection
Retourne les données au format JSON
- Collection::toArray() — Method in class Collection
Retourne les éléments de la collection sous format de table;
- Faker::timestamps() — Method in class Faker
- Faker::tags() — Method in class Faker
- TestCase — Class in namespace Bow\Testing
- Translator — Class in namespace Bow\Translate
- Translator::translate() — Method in class Translator
Permet de faire la tranduction
- TranslatorConfiguration — Class in namespace Bow\Translate
- Validate::throwError() — Method in class Validate
- ValidationRequest::throwError() — Method in class ValidationRequest
Permet de lancer une exception
- TwigEngine — Class in namespace Bow\View\Engine
U
- Auth::user() — Method in class Auth
Check if user is authenticate
- Guards::user() — Method in class Guards
Check if user is authenticate
- Command::up() — Method in class Command
Permet de monter une migration
- Model::updated() — Method in class Model
Permet d'associer un listerner
- Database::update() — Method in class Database
éxécute une requête update
- Migration::up() — Method in class Migration
Crér ou Met à jour une table
- TablePrinter::unsigned() — Method in class TablePrinter
- TablePrinter::unique() — Method in class TablePrinter
- unique
- QueryBuilder::update() — Method in class QueryBuilder
Action update
- UploadFileException — Class in namespace Bow\Exception
- Request::url() — Method in class Request
retourne url envoyé par client.
- UploadFile — Class in namespace Bow\Http
- Collection::update() — Method in class Collection
update, met à jour une valeur existant dans la collection
- Faker::unique() — Method in class Faker
- Str::upper() — Method in class Str
upper case
- Str::unSlugify() — Method in class Str
unslugify créateur de slug en utilisant un chaine simple.
- Util — Class in namespace Bow\Support
- $ TestCase#url — Property in class TestCase
V
- Command::validator() — Method in class Command
Permet de créer un validator
- Request::validate() — Method in class Request
Permet de valider les données entrantes
- Tokenize::verify() — Method in class Tokenize
Vérifie si token csrf est valide
- Collection::values() — Method in class Collection
retourne la liste des valeurs de la collection
- TestCase::visit() — Method in class TestCase
- ValidationException — Class in namespace Bow\Validation\Exception
- Validate — Class in namespace Bow\Validation
Class Validate
- ValidationRequest — Class in namespace Bow\Validation
- ValidationRequest::validationFailAction() — Method in class ValidationRequest
Quand l'utilisateur n'a pas l'authorization de lance cette requête C'est la methode qui est lancer pour bloquer l'utilisateur
- Validator — Class in namespace Bow\Validation
Class Validator
- Validator::validate() — Method in class Validator
- ViewException — Class in namespace Bow\View\Exception
- View — Class in namespace Bow\View
- ViewConfiguration — Class in namespace Bow\View
W
- Color::warning() — Method in class Color
- GeneratorCommand::write() — Method in class GeneratorCommand
Write file
- $ QueryBuilder#where — Property in class QueryBuilder
- $ QueryBuilder#whereDataBinding — Property in class QueryBuilder
- QueryBuilder::where() — Method in class QueryBuilder
where, ajout condition de type where, si chainé ajout un <
> - QueryBuilder::whereNull() — Method in class QueryBuilder
clause where avec comparaison en <
> - QueryBuilder::whereNotNull() — Method in class QueryBuilder
clause where avec comparaison en <
> - QueryBuilder::whereBetween() — Method in class QueryBuilder
clause where avec comparaison en <
> - QueryBuilder::whereNotBetween() — Method in class QueryBuilder
WHERE column NOT BETWEEN '' AND ''
- QueryBuilder::whereIn() — Method in class QueryBuilder
clause where avec comparaison en <
> - QueryBuilder::whereNotIn() — Method in class QueryBuilder
clause where avec comparaison en <
> - Redirect::withInput() — Method in class Redirect
Redirection avec les informations de requête
- Response::withHeaders() — Method in class Response
Get headers
- Route::where() — Method in class Route
Lance une personnalisation de route.
- Str::wordify() — Method in class Str
- Wordify
Y
- Color::yellow() — Method in class Color
- TablePrinter::year() — Method in class TablePrinter
- year
- Collection::yieldify() — Method in class Collection
yieldify, lance un générateur
_
- Actionner::__construct() — Method in class Actionner
Actionner constructor
- Application::__call() — Method in class Application
__call fonction magic php
- Application::__invoke() — Method in class Application
- __invoke
- Auth::__construct() — Method in class Auth
Auth constructor.
- Auth::__callStatic() — Method in class Auth
- __call
- Guards::__construct() — Method in class Guards
Guards contructor
- Cache::__construct() — Method in class Cache
Cache constructor.
- Cache::__call() — Method in class Cache
- Configuration::__construct() — Method in class Configuration
Service constructor.
- Loader::__invoke() — Method in class Loader
- __invoke
- Bow::__construct() — Method in class Bow
Bow constructor.
- Command::__construct() — Method in class Command
Command constructor.
- GeneratorCommand::__construct() — Method in class GeneratorCommand
MiddlewareCommand constructor
- Model::__construct() — Method in class Model
Model constructor.
- Model::__get() — Method in class Model
- __get
- Model::__set() — Method in class Model
- __set
- Model::__toString() — Method in class Model
- __toString
- Model::__call() — Method in class Model
- __call
- Model::__callStatic() — Method in class Model
- __callStatic
- Collection::__construct() — Method in class Collection
- Collection::__toString() — Method in class Collection
- MysqlAdapter::__construct() — Method in class MysqlAdapter
MysqlAdapter constructor.
- SqliteAdapter::__construct() — Method in class SqliteAdapter
SqliteAdapter constructor.
- Connection::__construct() — Method in class Connection
Connection constructor.
- Database::__call() — Method in class Database
- __call
- AlterTable::__construct() — Method in class AlterTable
- Contructeur.
- Statement::__construct() — Method in class Statement
- Contructeur.
- TablePrinter::__construct() — Method in class TablePrinter
TablePrinter constructor.
- TablePrinter::__call() — Method in class TablePrinter
- __call
- QueryBuilder::__construct() — Method in class QueryBuilder
- Contructeur
- QueryBuilder::__toString() — Method in class QueryBuilder
- __toString
- Event::__call() — Method in class Event
- __call
- Listener::__construct() — Method in class Listener
Listener constructor.
- AccessControl::__construct() — Method in class AccessControl
AccessControl constructor.
- HttpClient::__construct() — Method in class HttpClient
Constructeur d'instance.
- Parser::__construct() — Method in class Parser
Parser constructor.
- Redirect::__invoke() — Method in class Redirect
- __invoke
- Redirect::__toString() — Method in class Redirect
- __toString
- Request::__get() — Method in class Request
- UploadFile::__construct() — Method in class UploadFile
UploadFile constructor.
- Native::__construct() — Method in class Native
SimpleMail Constructor
- Smtp::__construct() — Method in class Smtp
- Constructor
- Mail::__construct() — Method in class Mail
Mail constructor
- Mail::__call() — Method in class Mail
- __call
- Message::__construct() — Method in class Message
Construction d'une instance de SimpleMail
- Route::__construct() — Method in class Route
- Contructeur
- Router::__construct() — Method in class Router
Router constructor.
- Session::__toString() — Method in class Session
- __toString
- MountFilesystem::__construct() — Method in class MountFilesystem
Filesystem constructor.
- Storage::__call() — Method in class Storage
- __call
- Storage::__callStatic() — Method in class Storage
- __callStatic
- Arraydotify::__construct() — Method in class Arraydotify
DotifyArray constructor.
- Collection::__construct() — Method in class Collection
Constructeur d'instance.
- Collection::__get() — Method in class Collection
- __get
- Collection::__set() — Method in class Collection
- __set
- Collection::__isset() — Method in class Collection
- __isset
- Collection::__unset() — Method in class Collection
- __unset
- Collection::__toString() — Method in class Collection
- __toString
- Faker::__call() — Method in class Faker
- __call
- Str::__call() — Method in class Str
- __call
- Behavior::__construct() — Method in class Behavior
Behovior constructor.
- Translator::__construct() — Method in class Translator
Translator constructor.
- Translator::__call() — Method in class Translator
- __call
- Validate::__construct() — Method in class Validate
Validate constructor.
- ValidationRequest::__construct() — Method in class ValidationRequest
TodoValidation constructor.
- ValidationRequest::__call() — Method in class ValidationRequest
- __call
- ValidationRequest::__get() — Method in class ValidationRequest
- __get
- PHPEngine::__construct() — Method in class PHPEngine
PHPEngine constructor.
- TwigEngine::__construct() — Method in class TwigEngine
TwigEngine constructor.
- View::__construct() — Method in class View
View constructor.
- View::__toString() — Method in class View
- __toString
- View::__callStatic() — Method in class View
- View::__call() — Method in class View
- __call