-
Notifications
You must be signed in to change notification settings - Fork 39
Anton edited this page Jan 25, 2014
·
3 revisions
Класс-заглушка для отключенных компонентов
Нет
$someObject = new Nil();
$someObject->anyMethod(); // null
Nil::anyMethod(); // null
$someObject->anyProperty; // null
$someObject->anyProperty = "test";
$someObject->anyProperty; // null
Acl
Application
Auth
Cache
Common
— Exception
— Collection
— Container
— Helper
— Options
— Singleton
Config
Controller
— Data
— Mapper
—— Crud
—— Rest
— Reflection
Crud
— Crud Table
Db
— Row
— Table
— Relations
— Query
Debug
EventManager
Grid
Http
Layout
Logger
Mailer
Messages
Nil
Proxy
Registry
Request
Response
Router
Session
Translator
Validator
View