Yii2 руководство на русском

Введение

Первое знакомство

Структура приложения

Обработка запросов

Основные понятия

Работа с базами данных

Получение данных от пользователя

Отображение данных

Безопасность

Кеширование

Веб-сервисы REST

Инструменты разработчика

Тестирование

Специальные темы

Виджеты

Хелперы

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Хелперы

Хелперы Yii 2

Yii 2: Хелперы

Все helper классы Yii организованны в рамках пространства имен yii helpers и являются статическими методами это означает, что они содержат в себе только статику

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Структура приложения

Ресурсы в Yii 2

Ресурсы в Yii 2

Ресурс в Yii это файл который может быть задан в Web странице: CSS файл, JavaScript файл, изображение или видео файл… Ресурсы располагаются в открытом доступе

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Структура приложения

Фильтры Yii 2

Фильтры Yii 2

Фильтры в Yii 2 — это объекты, которые могут запускаться как перед так и после действий контроллера. Фильтр может состоять из пре-фильтра (фильтрующая логика).

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Специальные темы

Интернационализация Yii 2

Интернационализация Yii 2

Интернационализация (I18N) в Yii 2 является частью процесса разработки приложения, которое может быть адаптировано для нескольких языков без изменения программн

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Специальные темы

Консольные команды Yii 2

Консольные команды Yii 2

В Yii есть полноценная поддержка консольных приложений, которые обычно используются для создания фоновых и служебных задач, поддерживающих сайт.

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Отображение данных

Темизация в Yii 2

Темизация в Yii 2

Темизация — это способ заменить один набор представлений другим без переписывания кода, что замечательно подходит для изменения внешнего вида приложения.

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Структура приложения

Виджеты Yii 2

Виджеты Yii 2

Виджеты в Yii 2 представляют собой многоразовые строительные блоки, используемые в представлениях для создания сложных и настраиваемых элементов пользовательского интерфейса в рамках объектно-ориентированного подхода.

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Структура приложения

Контроллеры Yii 2

Контроллеры Yii 2

Контроллеры Yii 2 являются частью MVC архитектуры. Это объекты классов, унаследованных от yii base Controller, отвечающие за обработку запроса и генерирование ответа.

Содержание

Читать

Информация о материале
Родительская категория: Полное руководство по Yii 2.0
Категория: Структура приложения

Модели Yii 2

Модели Yii 2

Модели являются частью архитектуры MVC (Модель-Вид-Контроллер). Они представляют собой объекты бизнес данных, правил и логики.

Содержание

Читать

Полное руководство по Yii 2.0

Изучайте Yii2 по руководству от разработчиков. Очень грамотная документация, которая обновляется и дополняется вместе с обновлениями фреймворка:

  • Полное руководство по Yii 2.0 на русском языке (на Github)
  • Ещё оно лежит также и здесь — https://nix-tips.ru/yii2-api-guides/guide-ru-READM…

На 19.02.2018 оно таково:

Введение

  • О Yii

Yii – это высокопроизводительный компонентный PHP фреймворк. Подходит для разработки всех типов веб-приложений:
порталы, форумы, CMS, магазины или RESTful-приложения. Yii отлично расширяем и производителен. Есть сейчас 2 версии Yii — Yii 1.0 и Yii 2.0. Чтобы узнать подходит ли ваш хостинг для Yii, просто запустите скрипт проверки требований (он поставляется в каждом релизе Yii 2)

  • Обновление с версии 1.1

Обновление нетривиально, так как Yii 2 полностью переписан и нужно кропотливо копаться в коде, обновляя его под новую ветку фреймворка.

Первое знакомство

  • Установка Yii

Установить Yii можно 2 способами: используя composer (предпочтительно) или скачав архив. Также можно установить basic или advanced шаблон, соответственно для простого и более продвинутого приложения.

  • Запуск приложения

Установленный шаблон уже содержит простой пример и несколько страничек. Работает простая авторизация пользователя администратора. В этом разделе показано на рисунке-схеме, как проходит запрос в приложении. Так что изучайте, ознакамливайтесь.

  • Говорим «привет»

Здесь показано как создать страницу с надписью «привет». Учимся создавать действие контроллера и представление.

  • Работа с формами

Учимся получать данные от пользователя. Делаем форму с полями имя пользователя и email. Потребуется создать модель, объявить правила проверки введённых данных.

  • Работа с базами данных

Настраиваем подключение к БД. Определяем класс Active Record. Запрашиваем и отображаем данные.

  • Генерация кода при помощи Gii

Базовый код можно генерировать в Yii автоматически. Активируем Gii, создаём Active Record класс с помощью Gii. Генерируем код для реализации CRUD для таблиц БД. Настраиваем код, сгенерированный Gii.

  • Что дальше?

Изучайте документацию: подробное руководство, описание классов, вики-статьи и книги. Расширения. Сообщество.

Структура приложения

  • Обзор

Yii-приложения организованы по MVC шаблону проектирования. Модели — это данные, бизнес-логика и бизес-правила. Представления отвечают за отображение информации. Контроллеры принимают входные данные от пользователя и преобразуют их в понятный для моделей формат и команды, также отвечают за отображение нужного представления.

  • Входные скрипты

Это первое звено в процессе начальной загрузки приложения. Входные скрипты для веб-приложений — index.php, для консольных приложений — yii.php

  • Приложения

Приложения это объекты, которые управляют всей структурой и жизненным циклом прикладной системы Yii. Во входном скрипте создаётся один объект приложения и он доступен глобально через Yii::$app. Существуют 2 вида приложений — веб-приложения и консольные приложения. Первые занимаются обработкой веб-запросов, вторые — консольных команд. Входной скрипт при создании приложения, загружает конфигурацию и применяет её к приложению.

  • Компоненты приложения
  • Контроллеры
  • Модели
  • Представления
  • Модули
  • Фильтры
  • Виджеты
  • Ресурсы
  • Расширения

Обработка запросов

  • Обзор
  • Bootstrapping
  • Разбор и генерация URL
  • Запросы
  • Ответы
  • Сессии и куки
  • Обработка ошибок
  • Логирование

Основные понятия

  • Компоненты
  • Свойства
  • События
  • Поведения
  • Конфигурации
  • Псевдонимы
  • Автозагрузка классов
  • Service Locator
  • Dependency Injection Container

Работа с базами данных

  • Объекты доступа к данным (DAO) — Соединение с базой данных, простые запросы, транзакции и работа со схемой.
  • Построитель запросов — Запросы к базе данных через простой слой абстракции.
  • Active Record — Получение объектов AR, работа с ними и определение связей.
  • Миграции — Контроль версий схемы данных при работе в команде.
  • Sphinx
  • Redis
  • MongoDB
  • ElasticSearch

Получение данных от пользователя

  • Создание форм
  • Валидация
  • Загрузка файлов
  • Табличный ввод
  • Работа с несколькими моделями

Отображение данных

  • Форматирование данных
  • Постраничная разбивка
  • Сортировка
  • Провайдеры данных
  • Виджеты для данных
  • Работа с клиентскими скриптами
  • Темизация

Безопасность

  • Обзор
  • Аутентификация
  • Авторизация
  • Работа с паролями
  • Криптография
  • Клиенты авторизации
  • Лучшие практики

Кеширование

  • Обзор
  • Кэширование данных
  • Кэширование фрагментов
  • Кэширование страниц
  • HTTP кэширование

Веб-сервисы REST

  • Быстрый старт
  • Ресурсы
  • Контроллеры
  • Роутинг
  • Форматирование ответа
  • Аутентификация
  • Ограничение частоты запросов
  • Версионирование
  • Обработка ошибок

Инструменты разработчика

  • Отладочная панель и отладчик
  • Генерация кода с Gii
  • Генератор документации API

Тестирование

  • Обзор
  • Настройка тестового окружения
  • Модульные тесты
  • Функциональные тесты
  • Приёмочные тесты
  • Фикстуры

Специальные темы

  • Шаблон приложения advanced
  • Создание приложения с нуля
  • Консольные команды
  • Встроенные валидаторы
  • Интернационализация
  • Отправка почты
  • Оптимизация производительности
  • Окружение виртуального хостинга
  • Шаблонизаторы
  • Работа со сторонним кодом
  • Использование Yii в качестве микро-framework’а

Виджеты

  • GridView
  • ListView
  • DetailView
  • ActiveForm
  • Pjax
  • Menu
  • LinkPager
  • LinkSorter
  • Виджеты Bootstrap
  • Виджеты Jquery UI

Хелперы

  • Обзор
  • ArrayHelper
  • Html
  • Url хелпер

Время на прочтение
7 мин

Количество просмотров 91K

image
От переводчика.
Жизнь такая штука, как-то я начинал цикл статей по Java Spring и сообщество сообщило, что выбор пал не на самую свежую информацию. Сейчас жизнь забросила меня в хардкорное программирование на С++, а душа все равно нуждается в вебе, поэтому в свободное время решил изучить вместе с вами технологии, которые может скушать любой хостинг и в то же время сложность разрабатываемых приложений и ООП не сильно пострадает от PHP.
Исходный текст статьи на английском вы найдете по адресу http://code.tutsplus.com/tutorials/programming-with-yii2-getting-started—cms-22440
Перевод не претендует на дословность, но о грубых ошибках, если такие имеются – прошу сообщать в комментариях.

Если вы спрашиваете «что такое YII?», прочтите более ранний урок «Введение в фреймворк YII», который описывает преимущества YII, а также затрагивает вопрос новшеств второй версии фреймворка от 12 октября 2014.
Этот урок посвящен установке YII2, настройке вашего окружения, написанию классического приложения «Привет, мир!», настройке удаленного окружения для хостинга и деплоя с GitHub.

Установка YII2

Документация

Вы можете найти подробную инструкцию здесь, я же пробегусь по простой и типичной для Mac OS X установке и настройки среды. У фреймоврка есть подробная документация и описание классов, которое содержит все детали о YII.
От переводчика. Я в свою очередь не имею под рукой яблочного девайса и буду проделывать все действия под Ubuntu (запущенной под VMWare Player).

Установка Composer

Для комфортного использования фреймворка рекомендуется использовать популярный менеджер расширений PHP – Composer. Если он у вас еще не установлен проделайте следующее:

curl -s http://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Установка YII2

Теперь используем Composer для установки YII2. Для установки требуется аккаунт на GitHub, если у вас его нет – зарегистрируйтесь.
Давайте назовем наш первый проект «hello»:

cd ~/Sites
composer global require "fxp/composer-asset-plugin:1.0.0-beta2"
composer create-project --prefer-dist yiisoft/yii2-app-basic hello

YII2 поддерживает два типа приложений для разработки: простые и продвинутые. Для данного урока мы будем использовать простое приложение, оно устанавливается по умолчанию. Шаблон продвинутого приложения поддерживает front-end, back-end и консоль, так же как WordPress, это административная панель и задачи для cron.

Установка и настройка локальной среды разработки

Я использую бесплатное ПО MAMP for OS X с открытым исходным кодом, для разработки. Убедитесь, что MAMP запущен и его web сервер и сервер базы данных запущены. Затем создайте символьную ссылку на директорию с сайтом:

cd /Applications/MAMP/htdocs
ln -s ~/Sites/hello/ /Applications/MAMP/htdocs/hello

Теперь, если вы настроили все верно, то открыв localhost:8888/hello/web вы увидите простой шаблон приложения YII2 с Bootstrap 3.x.
image
Эта страница удивит разработчиков, ранее разрабатывающих на YII 1.1, где не был предустановлен Bootstrap последней версии, который прочно занял свое место в сети.

YII архитектура приложения

Одна из ключевых особенностей фреймворка – поддержка паттерна MVC. Это позволяет создавать более структурированный код, который проще понимать, упрощает многие вещи, которые реализуются с трудом на PHP, такие как безопасность и автоматическая кодогенерация. Также это способствует поддержке и повторному использованию кода.
В приложении YII весь трафик направляется на один файл /web/index.php. Этот файл загружает YII, зависимости, а затем запускает наше приложение.

<?php
 
// comment out the following two lines when deployed to production
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
 
require(__DIR__ . '/../vendor/autoload.php');
require(__DIR__ . '/../vendor/yiisoft/yii2/Yii.php');
 
$config = require(__DIR__ . '/../config/web.php');
 
(new yiiwebApplication($config))->run();

По умолчанию это Index метод в файле /controllers/SiteController.php

public function actionIndex()
    {
        return $this->render('index');
    }

Как правило, в контроллерах много методов, но с минимальным количеством кода. Контроллеры управляют доступом, загружают модели и представления. Основная смысловая нагрузка должна лежать на моделях, а представления лишь отображают шаблоны.
По умолчанию YII отображает /views/layouts/main.php в качестве представления для /views/site/index.php. main.php поддерживает html и css структуру страницы с тулбаром и контентом. Внутри main.php происходит вызов содержимого:

<div class="container">
            <?= Breadcrumbs::widget([
                'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
            ]) ?>
            <?= $content ?>
</div>

Переменная $content будет заменена кодом сгенерированным в /views/site/index.php, который представляет статичную html страницу.

Пишем приложение «Привет мир!»

Включаем красивые URL-адреса

В начале давайте включим красивые адреса при помощи mod_rewrite. Если на домашней странице вы кликнете по кнопке about то увидите адрес подобный этому: localhost:8888/hello/web/index.php?r=site%2Fabout. Мы же сейчас его приведем к такому виду localhost:8888/hello/web/site/about.
В директории config хранятся настройки всей вашей среды: настройки веб приложения, консольного приложения и настройки баз данных. Изменим файл /config/web.php следующим образом:

'components' => [
//...
  'urlManager' => [
          'showScriptName' => false,
          'enablePrettyUrl' => true
                  ],    
//...
'request' => [

Затем необходимо создать в директории /web, где хранится наш index.php, файл .htaccsess, со следующим содержимым:

RewriteEngine on
 
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php

Убедитесь, что в MAMP включен mod_rewrite, если же возникли проблемы посмотрите ветку на stackoverflow.
В вашем браузере перейдите по адресу localhost:8888/hello/web/site/about, теперь там вы должны увидеть страницу About простого приложения YII.

Создаем экшн

Следующим шагом создадим действие для контроллера, назвав Say, для повтора нашего сообщения. В файле /controllers/SiteController.php добавим следующее:

public function actionSay($target = 'World')
{
    return $this->render('say', ['target' => $target]);
}

Эта функция будет искать параметр target в адресе url для его вывода на экран. В случае его отсутствия выведется просто «World». В фреймворке YII экшены реализованы как методы с префиксом actionИмяЭкшена. В класссе SiteController мы использовали public function actionSay для создания экшена Say.
Стандартным поведением метода render является поиск файла в views/ControllerID/ViewName.php поэтому давайте создадим в /views/site/ файл say.php:

<?php
use yiihelpersHtml;
?>
<h1>Hello <?= Html::encode($target) ?></h1>
<p>Welcome to your Yii2 demonstration application.</p>

Этот шаблон выведет строку «Hello +$(target)», где $(target) — переменная переданная в url. Для обеспечения безопасности она попадает не на прямую в строку, а в начале проверяется на вредоносный код.
Если вы теперь посетите localhost:8888/hello/web/site/say?target=Tuts%20Readers, то увидите следующее:
image
Это простой пример реализации MVC модели фреймворка. Более детально вы можете ознакомиться с данным примером на сайте фреймворка в официальной документации.
А теперь давайте зальем наше приложение на GitHub и запустим на продакшн-сервере.

Настройка вашей удаленной среды

Простое приложение YII должно запускаться на серверах Apache и Nginx «из коробки», я буду приводить инструкции по запуску на Apache, про Nginx вы сможете найти здесь.

Создаем репозиторий на GitHub

Как только я установил базовый шаблон YII, я создаю репозиторий на GitHub:
image
Внимание: Гораздо проще скопировать и вставить YII .gitignore с GitHub (https://github.com/yiisoft/yii2/blob/master/.gitignore) в локальную папку ~/Sites/hello/.gitignore, чем затем удалять в ручную лишнее. Хотя оба варианта допустимы.
Я использую приложение GitHub Mac OS X(https://mac.github.com/), хотя вы также можете воспользоваться командной строкой для инициализации репозитория. Например так(замените «youraccount» вашим именем на GitHub:

cd ~/Sites/hello
git init
git commit -m "first commit of hello world for yii2"
git remote add origin git@github.com:youraccount/hello.git
git push -u origin master

От переводчика. Я в качестве репозитория предпочитаю использовать Bitbucket, так как он позволяет иметь приватные репозитории бесплатно.
Конфигурируем Apache на сервере
Если у вас до сих пор не сконфигурирован сервер, рекомендую посмотреть на инструкцию по конфигурации сервера на Ubuntu (http://jeffreifman.com/digitalocean). Если у вас есть IP адрес, сконфигурируйте DNS вашего сервера:

yourdomain.com A 192.161.234.17

Теперь войдите удаленно по ssh на ваш сервер при помощи IP или доменного имени

ssh root@yourserver.com

Обновите кофигурацию, установите Git, включите mod_rewrite для Apache и mcrypt для PHP.

sudo apt-get update
sudo apt-get upgrade
sudo a2enmod rewrite
php5enmod mcrypt

Настройка доступа удаленного сервера к GitHub
Теперь мы настроим pull запросы с GitHub. Вначале установите Git

sudo apt-get install git

Теперь мы создадим группу для www, добавим данные и GitHub пользователей и настроим их права:

adduser github
addgroup www 
adduser github www
adduser www-data www
chown -R :www /var/www
chmod +s -R /var/www
chmod -vR g+w /var/www/

Теперь создадим ключ для синхронизации с репозиторием:

su github
ssh-keygen -t rsa -C "yourgithubaccount@youremail.com"
exit
cat /home/github/.ssh/id_rsa.pub

Вы увидите нечто похожее на это, вам необходимо скопировать и вставить этот ключ на GitHub
(если возникле проблемы посмотрите здесь (https://help.github.com/articles/error-permission-denied-publickey/)):
image
Зайдите в раздел настроек репозитория и добавьте этот ключ:
image
Затем вы увидите что-то подобное:
image
Наконец-то вы сможете склонировать ветку на ваш сервер:

git clone git@github.com:youraccount/hello.git /var/www/hello

Если все правильно сконфигурированно то вы увидите:
image
По мере увеличения количества кода вы через репозиторий сможете легко синхронизировать код локальной машины и продакшн-сервера. Это гораздо проще чем синхронизировать архивом или вручную, вы убедитесь в этом сами в процессе дальнейшего обучения.
Создание конфигурации сайта для Apache
Создадим конфигурационный файл:

nano /etc/apache2/sites-available/hello.conf

Измените доменное имя на ваше:

<VirtualHost *:80>
 ServerName yourdomain.com
# Set document root to be "basic/web"
DocumentRoot "/var/www/hello/web"
<Directory "/var/www/hello/web">
    # use mod_rewrite for pretty URL support
    RewriteEngine on
    # If a directory or a file exists, use the request directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    # Otherwise forward the request to index.php
    RewriteRule . index.php
</Directory>
</VirtualHost>

Включите ваш сайт:

a2ensite hello.conf
a2dissite 000-default.conf 
service apache2 reload

Убедитесь в том что ваше приложение работает пройдя по ссылке yourdomain.com/site/say?target=World! (Отладочный тулбар фреймворка внизу страницы будет отключен!)
image
Поздравляю! Теперь мы готовы приступить к изучению более сложных особенностей фреймворка!


authclient

  1. authclientAuthAction
  2. authclientAuthAction $cancelUrl
  3. authclientAuthAction $clientCollection
  4. authclientAuthAction $clientIdGetParamName
  5. authclientAuthAction $redirectView
  6. authclientAuthAction $successCallback
  7. authclientAuthAction $successUrl
  8. authclientAuthAction auth()
  9. authclientAuthAction authOAuth1()
  10. authclientAuthAction authOAuth2()
  11. authclientAuthAction authOpenId()
  12. authclientAuthAction authSuccess()
  13. authclientAuthAction defaultCancelUrl()
  14. authclientAuthAction defaultSuccessUrl()
  15. authclientAuthAction getCancelUrl()
  16. authclientAuthAction getSuccessUrl()
  17. authclientAuthAction redirect()
  18. authclientAuthAction redirectCancel()
  19. authclientAuthAction redirectSuccess()
  20. authclientAuthAction run()
  21. authclientAuthAction setCancelUrl()
  22. authclientAuthAction setSuccessUrl()
  23. authclientBaseClient
  24. authclientBaseClient $httpClient
  25. authclientBaseClient $id
  26. authclientBaseClient $name
  27. authclientBaseClient $normalizeUserAttributeMap
  28. authclientBaseClient $requestOptions
  29. authclientBaseClient $stateStorage
  30. authclientBaseClient $title
  31. authclientBaseClient $userAttributes
  32. authclientBaseClient $viewOptions
  33. authclientBaseClient createHttpClient()
  34. authclientBaseClient createRequest()
  35. authclientBaseClient defaultName()
  36. authclientBaseClient defaultNormalizeUserAttributeMap()
  37. authclientBaseClient defaultRequestOptions()
  38. authclientBaseClient defaultTitle()
  39. authclientBaseClient defaultViewOptions()
  40. authclientBaseClient getHttpClient()
  41. authclientBaseClient getId()
  42. authclientBaseClient getName()
  43. authclientBaseClient getNormalizeUserAttributeMap()
  44. authclientBaseClient getRequestOptions()
  45. authclientBaseClient getState()
  46. authclientBaseClient getStateKeyPrefix()
  47. authclientBaseClient getStateStorage()
  48. authclientBaseClient getTitle()
  49. authclientBaseClient getUserAttributes()
  50. authclientBaseClient getViewOptions()
  51. authclientBaseClient initUserAttributes()
  52. authclientBaseClient normalizeUserAttributes()
  53. authclientBaseClient removeState()
  54. authclientBaseClient setHttpClient()
  55. authclientBaseClient setId()
  56. authclientBaseClient setName()
  57. authclientBaseClient setNormalizeUserAttributeMap()
  58. authclientBaseClient setRequestOptions()
  59. authclientBaseClient setState()
  60. authclientBaseClient setStateStorage()
  61. authclientBaseClient setTitle()
  62. authclientBaseClient setUserAttributes()
  63. authclientBaseClient setViewOptions()
  64. authclientBaseOAuth
  65. authclientBaseOAuth $accessToken
  66. authclientBaseOAuth $apiBaseUrl
  67. authclientBaseOAuth $authUrl
  68. authclientBaseOAuth $autoRefreshAccessToken
  69. authclientBaseOAuth $returnUrl
  70. authclientBaseOAuth $scope
  71. authclientBaseOAuth $signatureMethod
  72. authclientBaseOAuth $version
  73. authclientBaseOAuth api()
  74. authclientBaseOAuth applyAccessTokenToRequest()
  75. authclientBaseOAuth beforeApiRequestSend()
  76. authclientBaseOAuth composeUrl()
  77. authclientBaseOAuth createApiRequest()
  78. authclientBaseOAuth createHttpClient()
  79. authclientBaseOAuth createSignatureMethod()
  80. authclientBaseOAuth createToken()
  81. authclientBaseOAuth defaultRequestOptions()
  82. authclientBaseOAuth defaultReturnUrl()
  83. authclientBaseOAuth getAccessToken()
  84. authclientBaseOAuth getReturnUrl()
  85. authclientBaseOAuth getSignatureMethod()
  86. authclientBaseOAuth refreshAccessToken()
  87. authclientBaseOAuth restoreAccessToken()
  88. authclientBaseOAuth saveAccessToken()
  89. authclientBaseOAuth sendRequest()
  90. authclientBaseOAuth setAccessToken()
  91. authclientBaseOAuth setHttpClient()
  92. authclientBaseOAuth setReturnUrl()
  93. authclientBaseOAuth setSignatureMethod()
  94. authclientClientInterface
  95. authclientClientInterface getId()
  96. authclientClientInterface getName()
  97. authclientClientInterface getTitle()
  98. authclientClientInterface getUserAttributes()
  99. authclientClientInterface getViewOptions()
  100. authclientClientInterface setId()
  101. authclientClientInterface setName()
  102. authclientClientInterface setTitle()
  103. authclientclientsFacebook
  104. authclientclientsFacebook $apiBaseUrl
  105. authclientclientsFacebook $attributeNames
  106. authclientclientsFacebook $authUrl
  107. authclientclientsFacebook $autoExchangeAccessToken
  108. authclientclientsFacebook $autoRefreshAccessToken
  109. authclientclientsFacebook $clientAuthCodeUrl
  110. authclientclientsFacebook $scope
  111. authclientclientsFacebook $tokenUrl
  112. authclientclientsFacebook applyAccessTokenToRequest()
  113. authclientclientsFacebook defaultName()
  114. authclientclientsFacebook defaultTitle()
  115. authclientclientsFacebook defaultViewOptions()
  116. authclientclientsFacebook exchangeAccessToken()
  117. authclientclientsFacebook fetchAccessToken()
  118. authclientclientsFacebook fetchClientAccessToken()
  119. authclientclientsFacebook fetchClientAuthCode()
  120. authclientclientsFacebook initUserAttributes()
  121. authclientclientsGitHub
  122. authclientclientsGitHub $apiBaseUrl
  123. authclientclientsGitHub $authUrl
  124. authclientclientsGitHub $tokenUrl
  125. authclientclientsGitHub defaultName()
  126. authclientclientsGitHub defaultTitle()
  127. authclientclientsGitHub init()
  128. authclientclientsGitHub initUserAttributes()
  129. authclientclientsGoogle
  130. authclientclientsGoogle $apiBaseUrl
  131. authclientclientsGoogle $authUrl
  132. authclientclientsGoogle $tokenUrl
  133. authclientclientsGoogle defaultName()
  134. authclientclientsGoogle defaultTitle()
  135. authclientclientsGoogle init()
  136. authclientclientsGoogle initUserAttributes()
  137. authclientclientsGoogleHybrid
  138. authclientclientsGoogleHybrid $validateAuthState
  139. authclientclientsGoogleHybrid defaultReturnUrl()
  140. authclientclientsGoogleHybrid defaultViewOptions()
  141. authclientclientsLinkedIn
  142. authclientclientsLinkedIn $apiBaseUrl
  143. authclientclientsLinkedIn $attributeNames
  144. authclientclientsLinkedIn $authUrl
  145. authclientclientsLinkedIn $tokenUrl
  146. authclientclientsLinkedIn applyAccessTokenToRequest()
  147. authclientclientsLinkedIn defaultName()
  148. authclientclientsLinkedIn defaultNormalizeUserAttributeMap()
  149. authclientclientsLinkedIn defaultTitle()
  150. authclientclientsLinkedIn init()
  151. authclientclientsLinkedIn initUserAttributes()
  152. authclientclientsLive
  153. authclientclientsLive $apiBaseUrl
  154. authclientclientsLive $authUrl
  155. authclientclientsLive $tokenUrl
  156. authclientclientsLive defaultName()
  157. authclientclientsLive defaultTitle()
  158. authclientclientsLive init()
  159. authclientclientsLive initUserAttributes()
  160. authclientclientsTwitter
  161. authclientclientsTwitter $accessTokenMethod
  162. authclientclientsTwitter $accessTokenUrl
  163. authclientclientsTwitter $apiBaseUrl
  164. authclientclientsTwitter $attributeParams
  165. authclientclientsTwitter $authUrl
  166. authclientclientsTwitter $requestTokenMethod
  167. authclientclientsTwitter $requestTokenUrl
  168. authclientclientsTwitter defaultName()
  169. authclientclientsTwitter defaultTitle()
  170. authclientclientsTwitter initUserAttributes()
  171. authclientclientsVKontakte
  172. authclientclientsVKontakte $apiBaseUrl
  173. authclientclientsVKontakte $attributeNames
  174. authclientclientsVKontakte $authUrl
  175. authclientclientsVKontakte $tokenUrl
  176. authclientclientsVKontakte applyAccessTokenToRequest()
  177. authclientclientsVKontakte defaultName()
  178. authclientclientsVKontakte defaultNormalizeUserAttributeMap()
  179. authclientclientsVKontakte defaultTitle()
  180. authclientclientsVKontakte initUserAttributes()
  181. authclientclientsYandex
  182. authclientclientsYandex $apiBaseUrl
  183. authclientclientsYandex $authUrl
  184. authclientclientsYandex $tokenUrl
  185. authclientclientsYandex applyAccessTokenToRequest()
  186. authclientclientsYandex defaultName()
  187. authclientclientsYandex defaultTitle()
  188. authclientclientsYandex initUserAttributes()
  189. authclientCollection
  190. authclientCollection $clients
  191. authclientCollection $httpClient
  192. authclientCollection createClient()
  193. authclientCollection getClient()
  194. authclientCollection getClients()
  195. authclientCollection hasClient()
  196. authclientCollection setClients()
  197. authclientInvalidResponseException
  198. authclientInvalidResponseException $response
  199. authclientInvalidResponseException __construct()
  200. authclientOAuth1
  201. authclientOAuth1 $accessTokenMethod
  202. authclientOAuth1 $accessTokenUrl
  203. authclientOAuth1 $authorizationHeaderMethods
  204. authclientOAuth1 $consumerKey
  205. authclientOAuth1 $consumerSecret
  206. authclientOAuth1 $requestTokenMethod
  207. authclientOAuth1 $requestTokenUrl
  208. authclientOAuth1 $version
  209. authclientOAuth1 applyAccessTokenToRequest()
  210. authclientOAuth1 beforeRequestSend()
  211. authclientOAuth1 buildAuthUrl()
  212. authclientOAuth1 composeAuthorizationHeader()
  213. authclientOAuth1 composeSignatureBaseString()
  214. authclientOAuth1 composeSignatureKey()
  215. authclientOAuth1 createApiRequest()
  216. authclientOAuth1 createRequest()
  217. authclientOAuth1 defaultReturnUrl()
  218. authclientOAuth1 fetchAccessToken()
  219. authclientOAuth1 fetchRequestToken()
  220. authclientOAuth1 generateCommonRequestParams()
  221. authclientOAuth1 generateNonce()
  222. authclientOAuth1 generateTimestamp()
  223. authclientOAuth1 refreshAccessToken()
  224. authclientOAuth1 signRequest()
  225. authclientOAuth2
  226. authclientOAuth2 $clientId
  227. authclientOAuth2 $clientSecret
  228. authclientOAuth2 $tokenUrl
  229. authclientOAuth2 $validateAuthState
  230. authclientOAuth2 $version
  231. authclientOAuth2 applyAccessTokenToRequest()
  232. authclientOAuth2 applyClientCredentialsToRequest()
  233. authclientOAuth2 authenticateClient()
  234. authclientOAuth2 authenticateUser()
  235. authclientOAuth2 authenticateUserJwt()
  236. authclientOAuth2 buildAuthUrl()
  237. authclientOAuth2 createToken()
  238. authclientOAuth2 defaultReturnUrl()
  239. authclientOAuth2 fetchAccessToken()
  240. authclientOAuth2 generateAuthState()
  241. authclientOAuth2 refreshAccessToken()
  242. authclientOAuthToken
  243. authclientOAuthToken $createTimestamp
  244. authclientOAuthToken $expireDuration
  245. authclientOAuthToken $expireDurationParamKey
  246. authclientOAuthToken $isExpired
  247. authclientOAuthToken $isValid
  248. authclientOAuthToken $params
  249. authclientOAuthToken $token
  250. authclientOAuthToken $tokenParamKey
  251. authclientOAuthToken $tokenSecret
  252. authclientOAuthToken $tokenSecretParamKey
  253. authclientOAuthToken defaultExpireDurationParamKey()
  254. authclientOAuthToken getExpireDuration()
  255. authclientOAuthToken getExpireDurationParamKey()
  256. authclientOAuthToken getIsExpired()
  257. authclientOAuthToken getIsValid()
  258. authclientOAuthToken getParam()
  259. authclientOAuthToken getParams()
  260. authclientOAuthToken getToken()
  261. authclientOAuthToken getTokenSecret()
  262. authclientOAuthToken init()
  263. authclientOAuthToken setExpireDuration()
  264. authclientOAuthToken setExpireDurationParamKey()
  265. authclientOAuthToken setParam()
  266. authclientOAuthToken setParams()
  267. authclientOAuthToken setToken()
  268. authclientOAuthToken setTokenSecret()
  269. authclientOpenId
  270. authclientOpenId $authUrl
  271. authclientOpenId $axToSregMap
  272. authclientOpenId $cainfo
  273. authclientOpenId $capath
  274. authclientOpenId $claimedId
  275. authclientOpenId $data
  276. authclientOpenId $optionalAttributes
  277. authclientOpenId $requiredAttributes
  278. authclientOpenId $returnUrl
  279. authclientOpenId $trustRoot
  280. authclientOpenId $verifyPeer
  281. authclientOpenId buildAuthUrl()
  282. authclientOpenId buildAuthUrlV1()
  283. authclientOpenId buildAuthUrlV2()
  284. authclientOpenId buildAxParams()
  285. authclientOpenId buildSregParams()
  286. authclientOpenId buildUrl()
  287. authclientOpenId compareUrl()
  288. authclientOpenId defaultRequestOptions()
  289. authclientOpenId defaultReturnUrl()
  290. authclientOpenId discover()
  291. authclientOpenId extractHtmlTagValue()
  292. authclientOpenId fetchAttributes()
  293. authclientOpenId fetchAxAttributes()
  294. authclientOpenId fetchSregAttributes()
  295. authclientOpenId getClaimedId()
  296. authclientOpenId getReturnUrl()
  297. authclientOpenId getTrustRoot()
  298. authclientOpenId hostExists()
  299. authclientOpenId init()
  300. authclientOpenId initUserAttributes()
  301. authclientOpenId sendRequest()
  302. authclientOpenId setClaimedId()
  303. authclientOpenId setReturnUrl()
  304. authclientOpenId setTrustRoot()
  305. authclientOpenId validate()
  306. authclientOpenId validateRequiredAttributes()
  307. authclientOpenIdConnect
  308. authclientOpenIdConnect $allowedJwsAlgorithms
  309. authclientOpenIdConnect $cache
  310. authclientOpenIdConnect $configParams
  311. authclientOpenIdConnect $configParamsCacheKeyPrefix
  312. authclientOpenIdConnect $issuerUrl
  313. authclientOpenIdConnect $scope
  314. authclientOpenIdConnect $validateAuthNonce
  315. authclientOpenIdConnect $validateJws
  316. authclientOpenIdConnect applyClientCredentialsToRequest()
  317. authclientOpenIdConnect buildAuthUrl()
  318. authclientOpenIdConnect createToken()
  319. authclientOpenIdConnect defaultReturnUrl()
  320. authclientOpenIdConnect discoverConfig()
  321. authclientOpenIdConnect fetchAccessToken()
  322. authclientOpenIdConnect generateAuthNonce()
  323. authclientOpenIdConnect getCache()
  324. authclientOpenIdConnect getConfigParam()
  325. authclientOpenIdConnect getConfigParams()
  326. authclientOpenIdConnect getValidateAuthNonce()
  327. authclientOpenIdConnect initUserAttributes()
  328. authclientOpenIdConnect loadJws()
  329. authclientOpenIdConnect refreshAccessToken()
  330. authclientOpenIdConnect setCache()
  331. authclientOpenIdConnect setValidateAuthNonce()
  332. authclientSessionStateStorage
  333. authclientSessionStateStorage $session
  334. authclientSessionStateStorage get()
  335. authclientSessionStateStorage init()
  336. authclientSessionStateStorage remove()
  337. authclientSessionStateStorage set()
  338. authclientsignatureBaseMethod
  339. authclientsignatureBaseMethod $name
  340. authclientsignatureBaseMethod generateSignature()
  341. authclientsignatureBaseMethod getName()
  342. authclientsignatureBaseMethod verify()
  343. authclientsignatureHmacSha
  344. authclientsignatureHmacSha $algorithm
  345. authclientsignatureHmacSha $name
  346. authclientsignatureHmacSha generateSignature()
  347. authclientsignatureHmacSha getName()
  348. authclientsignatureHmacSha init()
  349. authclientsignatureHmacSha1
  350. authclientsignatureHmacSha1 $algorithm
  351. authclientsignaturePlainText
  352. authclientsignaturePlainText $name
  353. authclientsignaturePlainText generateSignature()
  354. authclientsignaturePlainText getName()
  355. authclientsignatureRsaSha
  356. authclientsignatureRsaSha $_privateCertificate
  357. authclientsignatureRsaSha $_publicCertificate
  358. authclientsignatureRsaSha $algorithm
  359. authclientsignatureRsaSha $name
  360. authclientsignatureRsaSha $privateCertificate
  361. authclientsignatureRsaSha $privateCertificateFile
  362. authclientsignatureRsaSha $publicCertificate
  363. authclientsignatureRsaSha $publicCertificateFile
  364. authclientsignatureRsaSha generateSignature()
  365. authclientsignatureRsaSha getName()
  366. authclientsignatureRsaSha getPrivateCertificate()
  367. authclientsignatureRsaSha getPublicCertificate()
  368. authclientsignatureRsaSha init()
  369. authclientsignatureRsaSha initPrivateCertificate()
  370. authclientsignatureRsaSha initPublicCertificate()
  371. authclientsignatureRsaSha setPrivateCertificate()
  372. authclientsignatureRsaSha setPublicCertificate()
  373. authclientsignatureRsaSha verify()
  374. authclientsignatureRsaSha1
  375. authclientsignatureRsaSha1 $algorithm
  376. authclientsignatureRsaSha1 $name
  377. authclientsignatureRsaSha1 getName()
  378. authclientStateStorageInterface
  379. authclientStateStorageInterface get()
  380. authclientStateStorageInterface remove()
  381. authclientStateStorageInterface set()
  382. authclientwidgetsAuthChoice
  383. authclientwidgetsAuthChoice $autoRender
  384. authclientwidgetsAuthChoice $baseAuthUrl
  385. authclientwidgetsAuthChoice $clientCollection
  386. authclientwidgetsAuthChoice $clientIdGetParamName
  387. authclientwidgetsAuthChoice $clientOptions
  388. authclientwidgetsAuthChoice $clients
  389. authclientwidgetsAuthChoice $options
  390. authclientwidgetsAuthChoice $popupMode
  391. authclientwidgetsAuthChoice clientLink()
  392. authclientwidgetsAuthChoice createClientUrl()
  393. authclientwidgetsAuthChoice defaultBaseAuthUrl()
  394. authclientwidgetsAuthChoice defaultClients()
  395. authclientwidgetsAuthChoice getBaseAuthUrl()
  396. authclientwidgetsAuthChoice getClients()
  397. authclientwidgetsAuthChoice init()
  398. authclientwidgetsAuthChoice renderMainContent()
  399. authclientwidgetsAuthChoice run()
  400. authclientwidgetsAuthChoice setBaseAuthUrl()
  401. authclientwidgetsAuthChoice setClients()
  402. authclientwidgetsAuthChoiceAsset
  403. authclientwidgetsAuthChoiceAsset $depends
  404. authclientwidgetsAuthChoiceAsset $js
  405. authclientwidgetsAuthChoiceAsset $sourcePath
  406. authclientwidgetsAuthChoiceItem
  407. authclientwidgetsAuthChoiceItem $authChoice
  408. authclientwidgetsAuthChoiceItem $client
  409. authclientwidgetsAuthChoiceStyleAsset
  410. authclientwidgetsAuthChoiceStyleAsset $css
  411. authclientwidgetsAuthChoiceStyleAsset $sourcePath
  412. authclientwidgetsGooglePlusButton
  413. authclientwidgetsGooglePlusButton $buttonHtmlOptions
  414. authclientwidgetsGooglePlusButton $callback
  415. authclientwidgetsGooglePlusButton generateCallback()
  416. authclientwidgetsGooglePlusButton getCallback()
  417. authclientwidgetsGooglePlusButton init()
  418. authclientwidgetsGooglePlusButton registerClientScript()
  419. authclientwidgetsGooglePlusButton renderButton()
  420. authclientwidgetsGooglePlusButton run()
  421. authclientwidgetsGooglePlusButton setCallback()

base

  1. baseAction
  2. baseAction $controller
  3. baseAction $id
  4. baseAction $uniqueId
  5. baseAction __construct()
  6. baseAction afterRun()
  7. baseAction beforeRun()
  8. baseAction getUniqueId()
  9. baseAction runWithParams()
  10. baseActionEvent
  11. baseActionEvent $action
  12. baseActionEvent $isValid
  13. baseActionEvent $result
  14. baseActionEvent __construct()
  15. baseActionFilter
  16. baseActionFilter $except
  17. baseActionFilter $only
  18. baseActionFilter afterAction()
  19. baseActionFilter afterFilter()
  20. baseActionFilter attach()
  21. baseActionFilter beforeAction()
  22. baseActionFilter beforeFilter()
  23. baseActionFilter detach()
  24. baseActionFilter getActionId()
  25. baseActionFilter isActive()
  26. baseApplication
  27. baseApplication $assetManager
  28. baseApplication $authManager
  29. baseApplication $bootstrap
  30. baseApplication $cache
  31. baseApplication $charset
  32. baseApplication $container
  33. baseApplication $controller
  34. baseApplication $controllerNamespace
  35. baseApplication $db
  36. baseApplication $errorHandler
  37. baseApplication $extensions
  38. baseApplication $formatter
  39. baseApplication $i18n
  40. baseApplication $language
  41. baseApplication $layout
  42. baseApplication $loadedModules
  43. baseApplication $log
  44. baseApplication $mailer
  45. baseApplication $name
  46. baseApplication $request
  47. baseApplication $requestedAction
  48. baseApplication $requestedParams
  49. baseApplication $requestedRoute
  50. baseApplication $response
  51. baseApplication $runtimePath
  52. baseApplication $security
  53. baseApplication $sourceLanguage
  54. baseApplication $state
  55. baseApplication $timeZone
  56. baseApplication $uniqueId
  57. baseApplication $urlManager
  58. baseApplication $vendorPath
  59. baseApplication $view
  60. baseApplication EVENT_AFTER_REQUEST
  61. baseApplication EVENT_BEFORE_REQUEST
  62. baseApplication __construct()
  63. baseApplication bootstrap()
  64. baseApplication coreComponents()
  65. baseApplication end()
  66. baseApplication getAssetManager()
  67. baseApplication getAuthManager()
  68. baseApplication getCache()
  69. baseApplication getDb()
  70. baseApplication getErrorHandler()
  71. baseApplication getFormatter()
  72. baseApplication getI18n()
  73. baseApplication getLog()
  74. baseApplication getMailer()
  75. baseApplication getRequest()
  76. baseApplication getResponse()
  77. baseApplication getRuntimePath()
  78. baseApplication getSecurity()
  79. baseApplication getTimeZone()
  80. baseApplication getUniqueId()
  81. baseApplication getUrlManager()
  82. baseApplication getVendorPath()
  83. baseApplication getView()
  84. baseApplication handleRequest()
  85. baseApplication init()
  86. baseApplication preInit()
  87. baseApplication registerErrorHandler()
  88. baseApplication run()
  89. baseApplication setBasePath()
  90. baseApplication setContainer()
  91. baseApplication setRuntimePath()
  92. baseApplication setTimeZone()
  93. baseApplication setVendorPath()
  94. baseArrayable
  95. baseArrayable extraFields()
  96. baseArrayable fields()
  97. baseArrayable toArray()
  98. baseArrayableTrait
  99. baseArrayableTrait extraFields()
  100. baseArrayableTrait fields()
  101. baseArrayableTrait resolveFields()
  102. baseArrayableTrait toArray()
  103. baseArrayAccessTrait
  104. baseArrayAccessTrait count()
  105. baseArrayAccessTrait getIterator()
  106. baseArrayAccessTrait offsetExists()
  107. baseArrayAccessTrait offsetGet()
  108. baseArrayAccessTrait offsetSet()
  109. baseArrayAccessTrait offsetUnset()
  110. baseBehavior
  111. baseBehavior $owner
  112. baseBehavior attach()
  113. baseBehavior detach()
  114. baseBehavior events()
  115. baseBootstrapInterface
  116. baseBootstrapInterface bootstrap()
  117. baseComponent
  118. baseComponent $behaviors
  119. baseComponent __call()
  120. baseComponent __clone()
  121. baseComponent __get()
  122. baseComponent __isset()
  123. baseComponent __set()
  124. baseComponent __unset()
  125. baseComponent attachBehavior()
  126. baseComponent attachBehaviors()
  127. baseComponent behaviors()
  128. baseComponent canGetProperty()
  129. baseComponent canSetProperty()
  130. baseComponent detachBehavior()
  131. baseComponent detachBehaviors()
  132. baseComponent ensureBehaviors()
  133. baseComponent getBehavior()
  134. baseComponent getBehaviors()
  135. baseComponent hasEventHandlers()
  136. baseComponent hasMethod()
  137. baseComponent hasProperty()
  138. baseComponent off()
  139. baseComponent on()
  140. baseComponent trigger()
  141. baseConfigurable
  142. baseController
  143. baseController $action
  144. baseController $defaultAction
  145. baseController $id
  146. baseController $layout
  147. baseController $module
  148. baseController $modules
  149. baseController $route
  150. baseController $uniqueId
  151. baseController $view
  152. baseController $viewPath
  153. baseController EVENT_AFTER_ACTION
  154. baseController EVENT_BEFORE_ACTION
  155. baseController __construct()
  156. baseController actions()
  157. baseController afterAction()
  158. baseController beforeAction()
  159. baseController bindActionParams()
  160. baseController createAction()
  161. baseController findLayoutFile()
  162. baseController getModules()
  163. baseController getRoute()
  164. baseController getUniqueId()
  165. baseController getView()
  166. baseController getViewPath()
  167. baseController render()
  168. baseController renderContent()
  169. baseController renderFile()
  170. baseController renderPartial()
  171. baseController run()
  172. baseController runAction()
  173. baseController setView()
  174. baseController setViewPath()
  175. baseDynamicModel
  176. baseDynamicModel __construct()
  177. baseDynamicModel __get()
  178. baseDynamicModel __isset()
  179. baseDynamicModel __set()
  180. baseDynamicModel __unset()
  181. baseDynamicModel addRule()
  182. baseDynamicModel attributes()
  183. baseDynamicModel defineAttribute()
  184. baseDynamicModel undefineAttribute()
  185. baseDynamicModel validateData()
  186. baseErrorException
  187. baseErrorException __construct()
  188. baseErrorException getName()
  189. baseErrorException isFatalError()
  190. baseErrorHandler
  191. baseErrorHandler $discardExistingOutput
  192. baseErrorHandler $exception
  193. baseErrorHandler $memoryReserveSize
  194. baseErrorHandler clearOutput()
  195. baseErrorHandler convertExceptionToError()
  196. baseErrorHandler convertExceptionToString()
  197. baseErrorHandler handleError()
  198. baseErrorHandler handleException()
  199. baseErrorHandler handleFallbackExceptionMessage()
  200. baseErrorHandler handleFatalError()
  201. baseErrorHandler handleHhvmError()
  202. baseErrorHandler logException()
  203. baseErrorHandler register()
  204. baseErrorHandler renderException()
  205. baseErrorHandler unregister()
  206. baseEvent
  207. baseEvent $data
  208. baseEvent $handled
  209. baseEvent $name
  210. baseEvent $sender
  211. baseEvent hasHandlers()
  212. baseEvent off()
  213. baseEvent offAll()
  214. baseEvent on()
  215. baseEvent trigger()
  216. baseException
  217. baseException getName()
  218. baseExitException
  219. baseExitException $statusCode
  220. baseExitException __construct()
  221. baseInlineAction
  222. baseInlineAction $actionMethod
  223. baseInlineAction __construct()
  224. baseInlineAction runWithParams()
  225. baseInvalidCallException
  226. baseInvalidCallException getName()
  227. baseInvalidConfigException
  228. baseInvalidConfigException getName()
  229. baseInvalidParamException
  230. baseInvalidParamException getName()
  231. baseInvalidRouteException
  232. baseInvalidRouteException getName()
  233. baseInvalidValueException
  234. baseInvalidValueException getName()
  235. baseModel
  236. baseModel $activeValidators
  237. baseModel $attributes
  238. baseModel $errors
  239. baseModel $firstErrors
  240. baseModel $iterator
  241. baseModel $scenario
  242. baseModel $validators
  243. baseModel EVENT_AFTER_VALIDATE
  244. baseModel EVENT_BEFORE_VALIDATE
  245. baseModel activeAttributes()
  246. baseModel addError()
  247. baseModel addErrors()
  248. baseModel afterValidate()
  249. baseModel attributeHints()
  250. baseModel attributeLabels()
  251. baseModel attributes()
  252. baseModel beforeValidate()
  253. baseModel clearErrors()
  254. baseModel createValidators()
  255. baseModel fields()
  256. baseModel formName()
  257. baseModel generateAttributeLabel()
  258. baseModel getActiveValidators()
  259. baseModel getAttributeHint()
  260. baseModel getAttributeLabel()
  261. baseModel getAttributes()
  262. baseModel getErrors()
  263. baseModel getFirstError()
  264. baseModel getFirstErrors()
  265. baseModel getIterator()
  266. baseModel getScenario()
  267. baseModel getValidators()
  268. baseModel hasErrors()
  269. baseModel isAttributeActive()
  270. baseModel isAttributeRequired()
  271. baseModel isAttributeSafe()
  272. baseModel load()
  273. baseModel loadMultiple()
  274. baseModel offsetExists()
  275. baseModel offsetGet()
  276. baseModel offsetSet()
  277. baseModel offsetUnset()
  278. baseModel onUnsafeAttribute()
  279. baseModel rules()
  280. baseModel safeAttributes()
  281. baseModel scenarios()
  282. baseModel setAttributes()
  283. baseModel setScenario()
  284. baseModel validate()
  285. baseModel validateMultiple()
  286. baseModelEvent
  287. baseModelEvent $isValid
  288. baseModule
  289. baseModule $aliases
  290. baseModule $basePath
  291. baseModule $controllerMap
  292. baseModule $controllerNamespace
  293. baseModule $controllerPath
  294. baseModule $defaultRoute
  295. baseModule $id
  296. baseModule $layout
  297. baseModule $layoutPath
  298. baseModule $module
  299. baseModule $modules
  300. baseModule $params
  301. baseModule $uniqueId
  302. baseModule $version
  303. baseModule $viewPath
  304. baseModule EVENT_AFTER_ACTION
  305. baseModule EVENT_BEFORE_ACTION
  306. baseModule __construct()
  307. baseModule afterAction()
  308. baseModule beforeAction()
  309. baseModule createController()
  310. baseModule createControllerByID()
  311. baseModule defaultVersion()
  312. baseModule getBasePath()
  313. baseModule getControllerPath()
  314. baseModule getInstance()
  315. baseModule getLayoutPath()
  316. baseModule getModule()
  317. baseModule getModules()
  318. baseModule getUniqueId()
  319. baseModule getVersion()
  320. baseModule getViewPath()
  321. baseModule hasModule()
  322. baseModule init()
  323. baseModule runAction()
  324. baseModule setAliases()
  325. baseModule setBasePath()
  326. baseModule setInstance()
  327. baseModule setLayoutPath()
  328. baseModule setModule()
  329. baseModule setModules()
  330. baseModule setVersion()
  331. baseModule setViewPath()
  332. baseNotSupportedException
  333. baseNotSupportedException getName()
  334. baseObject
  335. baseObject __call()
  336. baseObject __construct()
  337. baseObject __get()
  338. baseObject __isset()
  339. baseObject __set()
  340. baseObject __unset()
  341. baseObject canGetProperty()
  342. baseObject canSetProperty()
  343. baseObject className()
  344. baseObject hasMethod()
  345. baseObject hasProperty()
  346. baseObject init()
  347. baseRequest
  348. baseRequest $isConsoleRequest
  349. baseRequest $scriptFile
  350. baseRequest getIsConsoleRequest()
  351. baseRequest getScriptFile()
  352. baseRequest resolve()
  353. baseRequest setIsConsoleRequest()
  354. baseRequest setScriptFile()
  355. baseResponse
  356. baseResponse $exitStatus
  357. baseResponse clearOutputBuffers()
  358. baseResponse send()
  359. baseSecurity
  360. baseSecurity $allowedCiphers
  361. baseSecurity $authKeyInfo
  362. baseSecurity $cipher
  363. baseSecurity $derivationIterations
  364. baseSecurity $kdfHash
  365. baseSecurity $macHash
  366. baseSecurity $passwordHashCost
  367. baseSecurity $passwordHashStrategy
  368. baseSecurity compareString()
  369. baseSecurity decrypt()
  370. baseSecurity decryptByKey()
  371. baseSecurity decryptByPassword()
  372. baseSecurity encrypt()
  373. baseSecurity encryptByKey()
  374. baseSecurity encryptByPassword()
  375. baseSecurity generatePasswordHash()
  376. baseSecurity generateRandomKey()
  377. baseSecurity generateRandomString()
  378. baseSecurity generateSalt()
  379. baseSecurity hashData()
  380. baseSecurity hkdf()
  381. baseSecurity maskToken()
  382. baseSecurity pbkdf2()
  383. baseSecurity unmaskToken()
  384. baseSecurity validateData()
  385. baseSecurity validatePassword()
  386. baseTheme
  387. baseTheme $basePath
  388. baseTheme $baseUrl
  389. baseTheme $pathMap
  390. baseTheme applyTo()
  391. baseTheme getBasePath()
  392. baseTheme getBaseUrl()
  393. baseTheme getPath()
  394. baseTheme getUrl()
  395. baseTheme setBasePath()
  396. baseTheme setBaseUrl()
  397. baseUnknownClassException
  398. baseUnknownClassException getName()
  399. baseUnknownMethodException
  400. baseUnknownMethodException getName()
  401. baseUnknownPropertyException
  402. baseUnknownPropertyException getName()
  403. baseUserException
  404. baseView
  405. baseView $blocks
  406. baseView $cacheStack
  407. baseView $context
  408. baseView $defaultExtension
  409. baseView $dynamicPlaceholders
  410. baseView $params
  411. baseView $renderers
  412. baseView $theme
  413. baseView $viewFile
  414. baseView EVENT_AFTER_RENDER
  415. baseView EVENT_BEFORE_RENDER
  416. baseView EVENT_BEGIN_PAGE
  417. baseView EVENT_END_PAGE
  418. baseView addDynamicPlaceholder()
  419. baseView afterRender()
  420. baseView beforeRender()
  421. baseView beginBlock()
  422. baseView beginCache()
  423. baseView beginContent()
  424. baseView beginPage()
  425. baseView endBlock()
  426. baseView endCache()
  427. baseView endContent()
  428. baseView endPage()
  429. baseView evaluateDynamicContent()
  430. baseView findViewFile()
  431. baseView getViewFile()
  432. baseView init()
  433. baseView render()
  434. baseView renderDynamic()
  435. baseView renderFile()
  436. baseView renderPhpFile()
  437. baseViewContextInterface
  438. baseViewContextInterface getViewPath()
  439. baseViewEvent
  440. baseViewEvent $isValid
  441. baseViewEvent $output
  442. baseViewEvent $params
  443. baseViewEvent $viewFile
  444. baseViewNotFoundException
  445. baseViewNotFoundException getName()
  446. baseViewRenderer
  447. baseViewRenderer render()
  448. baseWidget
  449. baseWidget $autoIdPrefix
  450. baseWidget $counter
  451. baseWidget $id
  452. baseWidget $stack
  453. baseWidget $view
  454. baseWidget $viewPath
  455. baseWidget EVENT_AFTER_RUN
  456. baseWidget EVENT_BEFORE_RUN
  457. baseWidget EVENT_INIT
  458. baseWidget afterRun()
  459. baseWidget beforeRun()
  460. baseWidget begin()
  461. baseWidget end()
  462. baseWidget getId()
  463. baseWidget getView()
  464. baseWidget getViewPath()
  465. baseWidget init()
  466. baseWidget render()
  467. baseWidget renderFile()
  468. baseWidget run()
  469. baseWidget setId()
  470. baseWidget setView()
  471. baseWidget widget()
  472. baseWidgetEvent
  473. baseWidgetEvent $isValid
  474. baseWidgetEvent $result

behaviors

  1. behaviorsAttributeBehavior
  2. behaviorsAttributeBehavior $attributes
  3. behaviorsAttributeBehavior $preserveNonEmptyValues
  4. behaviorsAttributeBehavior $skipUpdateOnClean
  5. behaviorsAttributeBehavior $value
  6. behaviorsAttributeBehavior evaluateAttributes()
  7. behaviorsAttributeBehavior events()
  8. behaviorsAttributeBehavior getValue()
  9. behaviorsAttributeTypecastBehavior
  10. behaviorsAttributeTypecastBehavior $attributeTypes
  11. behaviorsAttributeTypecastBehavior $owner
  12. behaviorsAttributeTypecastBehavior $skipOnNull
  13. behaviorsAttributeTypecastBehavior $typecastAfterFind
  14. behaviorsAttributeTypecastBehavior $typecastAfterValidate
  15. behaviorsAttributeTypecastBehavior $typecastBeforeSave
  16. behaviorsAttributeTypecastBehavior afterFind()
  17. behaviorsAttributeTypecastBehavior afterValidate()
  18. behaviorsAttributeTypecastBehavior attach()
  19. behaviorsAttributeTypecastBehavior beforeSave()
  20. behaviorsAttributeTypecastBehavior clearAutoDetectedAttributeTypes()
  21. behaviorsAttributeTypecastBehavior detectAttributeTypes()
  22. behaviorsAttributeTypecastBehavior events()
  23. behaviorsAttributeTypecastBehavior typecastAttributes()
  24. behaviorsAttributeTypecastBehavior typecastValue()
  25. behaviorsBlameableBehavior
  26. behaviorsBlameableBehavior $createdByAttribute
  27. behaviorsBlameableBehavior $updatedByAttribute
  28. behaviorsBlameableBehavior $value
  29. behaviorsBlameableBehavior getValue()
  30. behaviorsBlameableBehavior init()
  31. behaviorsSluggableBehavior
  32. behaviorsSluggableBehavior $attribute
  33. behaviorsSluggableBehavior $ensureUnique
  34. behaviorsSluggableBehavior $immutable
  35. behaviorsSluggableBehavior $slugAttribute
  36. behaviorsSluggableBehavior $uniqueSlugGenerator
  37. behaviorsSluggableBehavior $uniqueValidator
  38. behaviorsSluggableBehavior $value
  39. behaviorsSluggableBehavior generateSlug()
  40. behaviorsSluggableBehavior generateUniqueSlug()
  41. behaviorsSluggableBehavior getValue()
  42. behaviorsSluggableBehavior init()
  43. behaviorsSluggableBehavior isNewSlugNeeded()
  44. behaviorsSluggableBehavior makeUnique()
  45. behaviorsSluggableBehavior validateSlug()
  46. behaviorsTimestampBehavior
  47. behaviorsTimestampBehavior $createdAtAttribute
  48. behaviorsTimestampBehavior $updatedAtAttribute
  49. behaviorsTimestampBehavior $value
  50. behaviorsTimestampBehavior getValue()
  51. behaviorsTimestampBehavior init()
  52. behaviorsTimestampBehavior touch()

bootstrap

  1. bootstrapActiveField
  2. bootstrapActiveField $checkboxTemplate
  3. bootstrapActiveField $enableError
  4. bootstrapActiveField $enableLabel
  5. bootstrapActiveField $horizontalCheckboxTemplate
  6. bootstrapActiveField $horizontalCssClasses
  7. bootstrapActiveField $horizontalRadioTemplate
  8. bootstrapActiveField $inline
  9. bootstrapActiveField $inlineCheckboxListTemplate
  10. bootstrapActiveField $inlineRadioListTemplate
  11. bootstrapActiveField $inputTemplate
  12. bootstrapActiveField $radioTemplate
  13. bootstrapActiveField $wrapperOptions
  14. bootstrapActiveField __construct()
  15. bootstrapActiveField checkbox()
  16. bootstrapActiveField checkboxList()
  17. bootstrapActiveField createLayoutConfig()
  18. bootstrapActiveField inline()
  19. bootstrapActiveField label()
  20. bootstrapActiveField radio()
  21. bootstrapActiveField radioList()
  22. bootstrapActiveField render()
  23. bootstrapActiveField renderLabelParts()
  24. bootstrapActiveField staticControl()
  25. bootstrapActiveForm
  26. bootstrapActiveForm $fieldClass
  27. bootstrapActiveForm $layout
  28. bootstrapActiveForm $options
  29. bootstrapActiveForm field()
  30. bootstrapActiveForm init()
  31. bootstrapAlert
  32. bootstrapAlert $body
  33. bootstrapAlert $closeButton
  34. bootstrapAlert init()
  35. bootstrapAlert initOptions()
  36. bootstrapAlert renderBodyBegin()
  37. bootstrapAlert renderBodyEnd()
  38. bootstrapAlert renderCloseButton()
  39. bootstrapAlert run()
  40. bootstrapBaseHtml
  41. bootstrapBaseHtml activeStaticControl()
  42. bootstrapBaseHtml icon()
  43. bootstrapBaseHtml staticControl()
  44. bootstrapBootstrapAsset
  45. bootstrapBootstrapAsset $css
  46. bootstrapBootstrapAsset $sourcePath
  47. bootstrapBootstrapPluginAsset
  48. bootstrapBootstrapPluginAsset $depends
  49. bootstrapBootstrapPluginAsset $js
  50. bootstrapBootstrapPluginAsset $sourcePath
  51. bootstrapBootstrapThemeAsset
  52. bootstrapBootstrapThemeAsset $css
  53. bootstrapBootstrapThemeAsset $depends
  54. bootstrapBootstrapThemeAsset $sourcePath
  55. bootstrapBootstrapWidgetTrait
  56. bootstrapBootstrapWidgetTrait $clientEvents
  57. bootstrapBootstrapWidgetTrait $clientOptions
  58. bootstrapBootstrapWidgetTrait getView()
  59. bootstrapBootstrapWidgetTrait init()
  60. bootstrapBootstrapWidgetTrait registerClientEvents()
  61. bootstrapBootstrapWidgetTrait registerPlugin()
  62. bootstrapButton
  63. bootstrapButton $encodeLabel
  64. bootstrapButton $label
  65. bootstrapButton $tagName
  66. bootstrapButton init()
  67. bootstrapButton run()
  68. bootstrapButtonDropdown
  69. bootstrapButtonDropdown $containerOptions
  70. bootstrapButtonDropdown $dropdown
  71. bootstrapButtonDropdown $dropdownClass
  72. bootstrapButtonDropdown $encodeLabel
  73. bootstrapButtonDropdown $label
  74. bootstrapButtonDropdown $options
  75. bootstrapButtonDropdown $split
  76. bootstrapButtonDropdown $tagName
  77. bootstrapButtonDropdown renderButton()
  78. bootstrapButtonDropdown renderDropdown()
  79. bootstrapButtonDropdown run()
  80. bootstrapButtonGroup
  81. bootstrapButtonGroup $buttons
  82. bootstrapButtonGroup $encodeLabels
  83. bootstrapButtonGroup init()
  84. bootstrapButtonGroup renderButtons()
  85. bootstrapButtonGroup run()
  86. bootstrapCarousel
  87. bootstrapCarousel $controls
  88. bootstrapCarousel $items
  89. bootstrapCarousel $showIndicators
  90. bootstrapCarousel init()
  91. bootstrapCarousel renderControls()
  92. bootstrapCarousel renderIndicators()
  93. bootstrapCarousel renderItem()
  94. bootstrapCarousel renderItems()
  95. bootstrapCarousel run()
  96. bootstrapCollapse
  97. bootstrapCollapse $autoCloseItems
  98. bootstrapCollapse $encodeLabels
  99. bootstrapCollapse $items
  100. bootstrapCollapse init()
  101. bootstrapCollapse renderItem()
  102. bootstrapCollapse renderItems()
  103. bootstrapCollapse run()
  104. bootstrapDropdown
  105. bootstrapDropdown $encodeLabels
  106. bootstrapDropdown $items
  107. bootstrapDropdown $submenuOptions
  108. bootstrapDropdown init()
  109. bootstrapDropdown renderItems()
  110. bootstrapDropdown run()
  111. bootstrapHtml
  112. bootstrapInputWidget
  113. bootstrapModal
  114. bootstrapModal $closeButton
  115. bootstrapModal $footer
  116. bootstrapModal $footerOptions
  117. bootstrapModal $header
  118. bootstrapModal $headerOptions
  119. bootstrapModal $size
  120. bootstrapModal $toggleButton
  121. bootstrapModal init()
  122. bootstrapModal initOptions()
  123. bootstrapModal renderBodyBegin()
  124. bootstrapModal renderBodyEnd()
  125. bootstrapModal renderCloseButton()
  126. bootstrapModal renderFooter()
  127. bootstrapModal renderHeader()
  128. bootstrapModal renderToggleButton()
  129. bootstrapModal run()
  130. bootstrapNav
  131. bootstrapNav $activateItems
  132. bootstrapNav $activateParents
  133. bootstrapNav $dropDownCaret
  134. bootstrapNav $dropdownClass
  135. bootstrapNav $encodeLabels
  136. bootstrapNav $items
  137. bootstrapNav $params
  138. bootstrapNav $route
  139. bootstrapNav init()
  140. bootstrapNav isChildActive()
  141. bootstrapNav isItemActive()
  142. bootstrapNav renderDropdown()
  143. bootstrapNav renderItem()
  144. bootstrapNav renderItems()
  145. bootstrapNav run()
  146. bootstrapNavBar
  147. bootstrapNavBar $brandLabel
  148. bootstrapNavBar $brandOptions
  149. bootstrapNavBar $brandUrl
  150. bootstrapNavBar $containerOptions
  151. bootstrapNavBar $innerContainerOptions
  152. bootstrapNavBar $options
  153. bootstrapNavBar $renderInnerContainer
  154. bootstrapNavBar $screenReaderToggleText
  155. bootstrapNavBar init()
  156. bootstrapNavBar renderToggleButton()
  157. bootstrapNavBar run()
  158. bootstrapProgress
  159. bootstrapProgress $barOptions
  160. bootstrapProgress $bars
  161. bootstrapProgress $label
  162. bootstrapProgress $percent
  163. bootstrapProgress init()
  164. bootstrapProgress renderBar()
  165. bootstrapProgress renderProgress()
  166. bootstrapProgress run()
  167. bootstrapTabs
  168. bootstrapTabs $dropdownClass
  169. bootstrapTabs $encodeLabels
  170. bootstrapTabs $headerOptions
  171. bootstrapTabs $itemOptions
  172. bootstrapTabs $items
  173. bootstrapTabs $linkOptions
  174. bootstrapTabs $navType
  175. bootstrapTabs $renderTabContent
  176. bootstrapTabs $tabContentOptions
  177. bootstrapTabs activateFirstVisibleTab()
  178. bootstrapTabs hasActiveTab()
  179. bootstrapTabs init()
  180. bootstrapTabs renderDropdown()
  181. bootstrapTabs renderItems()
  182. bootstrapTabs renderPanes()
  183. bootstrapTabs run()
  184. bootstrapToggleButtonGroup
  185. bootstrapToggleButtonGroup $encodeLabels
  186. bootstrapToggleButtonGroup $items
  187. bootstrapToggleButtonGroup $labelOptions
  188. bootstrapToggleButtonGroup $type
  189. bootstrapToggleButtonGroup init()
  190. bootstrapToggleButtonGroup renderItem()
  191. bootstrapToggleButtonGroup run()
  192. bootstrapWidget
  193. bootstrapWidget $options

caching

  1. cachingApcCache
  2. cachingApcCache $useApcu
  3. cachingApcCache addValue()
  4. cachingApcCache addValues()
  5. cachingApcCache deleteValue()
  6. cachingApcCache exists()
  7. cachingApcCache flushValues()
  8. cachingApcCache getValue()
  9. cachingApcCache getValues()
  10. cachingApcCache init()
  11. cachingApcCache setValue()
  12. cachingApcCache setValues()
  13. cachingArrayCache
  14. cachingArrayCache addValue()
  15. cachingArrayCache deleteValue()
  16. cachingArrayCache exists()
  17. cachingArrayCache flushValues()
  18. cachingArrayCache getValue()
  19. cachingArrayCache setValue()
  20. cachingCache
  21. cachingCache $defaultDuration
  22. cachingCache $keyPrefix
  23. cachingCache $serializer
  24. cachingCache add()
  25. cachingCache addValue()
  26. cachingCache addValues()
  27. cachingCache buildKey()
  28. cachingCache delete()
  29. cachingCache deleteValue()
  30. cachingCache exists()
  31. cachingCache flush()
  32. cachingCache flushValues()
  33. cachingCache get()
  34. cachingCache getOrSet()
  35. cachingCache getValue()
  36. cachingCache getValues()
  37. cachingCache madd()
  38. cachingCache mget()
  39. cachingCache mset()
  40. cachingCache multiAdd()
  41. cachingCache multiGet()
  42. cachingCache multiSet()
  43. cachingCache offsetExists()
  44. cachingCache offsetGet()
  45. cachingCache offsetSet()
  46. cachingCache offsetUnset()
  47. cachingCache set()
  48. cachingCache setValue()
  49. cachingCache setValues()
  50. cachingCacheInterface
  51. cachingCacheInterface add()
  52. cachingCacheInterface buildKey()
  53. cachingCacheInterface delete()
  54. cachingCacheInterface exists()
  55. cachingCacheInterface flush()
  56. cachingCacheInterface get()
  57. cachingCacheInterface getOrSet()
  58. cachingCacheInterface multiAdd()
  59. cachingCacheInterface multiGet()
  60. cachingCacheInterface multiSet()
  61. cachingCacheInterface set()
  62. cachingChainedDependency
  63. cachingChainedDependency $dependOnAll
  64. cachingChainedDependency $dependencies
  65. cachingChainedDependency evaluateDependency()
  66. cachingChainedDependency generateDependencyData()
  67. cachingChainedDependency isChanged()
  68. cachingDbCache
  69. cachingDbCache $cacheTable
  70. cachingDbCache $db
  71. cachingDbCache $gcProbability
  72. cachingDbCache addValue()
  73. cachingDbCache deleteValue()
  74. cachingDbCache exists()
  75. cachingDbCache flushValues()
  76. cachingDbCache gc()
  77. cachingDbCache getValue()
  78. cachingDbCache getValues()
  79. cachingDbCache init()
  80. cachingDbCache setValue()
  81. cachingDbDependency
  82. cachingDbDependency $db
  83. cachingDbDependency $params
  84. cachingDbDependency $sql
  85. cachingDbDependency generateDependencyData()
  86. cachingDbQueryDependency
  87. cachingDbQueryDependency $db
  88. cachingDbQueryDependency $method
  89. cachingDbQueryDependency $query
  90. cachingDbQueryDependency generateDependencyData()
  91. cachingDependency
  92. cachingDependency $data
  93. cachingDependency $reusable
  94. cachingDependency evaluateDependency()
  95. cachingDependency generateDependencyData()
  96. cachingDependency generateReusableHash()
  97. cachingDependency getHasChanged()
  98. cachingDependency isChanged()
  99. cachingDependency resetReusableData()
  100. cachingDummyCache
  101. cachingDummyCache addValue()
  102. cachingDummyCache deleteValue()
  103. cachingDummyCache flushValues()
  104. cachingDummyCache getValue()
  105. cachingDummyCache setValue()
  106. cachingExpressionDependency
  107. cachingExpressionDependency $expression
  108. cachingExpressionDependency $params
  109. cachingExpressionDependency generateDependencyData()
  110. cachingFileCache
  111. cachingFileCache $cacheFileSuffix
  112. cachingFileCache $cachePath
  113. cachingFileCache $dirMode
  114. cachingFileCache $directoryLevel
  115. cachingFileCache $fileMode
  116. cachingFileCache $gcProbability
  117. cachingFileCache $keyPrefix
  118. cachingFileCache addValue()
  119. cachingFileCache deleteValue()
  120. cachingFileCache exists()
  121. cachingFileCache flushValues()
  122. cachingFileCache gc()
  123. cachingFileCache gcRecursive()
  124. cachingFileCache getCacheFile()
  125. cachingFileCache getValue()
  126. cachingFileCache init()
  127. cachingFileCache setValue()
  128. cachingFileDependency
  129. cachingFileDependency $fileName
  130. cachingFileDependency generateDependencyData()
  131. cachingMemCache
  132. cachingMemCache $memcache
  133. cachingMemCache $options
  134. cachingMemCache $password
  135. cachingMemCache $persistentId
  136. cachingMemCache $servers
  137. cachingMemCache $useMemcached
  138. cachingMemCache $username
  139. cachingMemCache addMemcacheServers()
  140. cachingMemCache addMemcachedServers()
  141. cachingMemCache addServers()
  142. cachingMemCache addValue()
  143. cachingMemCache deleteValue()
  144. cachingMemCache flushValues()
  145. cachingMemCache getMemcache()
  146. cachingMemCache getServers()
  147. cachingMemCache getValue()
  148. cachingMemCache getValues()
  149. cachingMemCache init()
  150. cachingMemCache setServers()
  151. cachingMemCache setValue()
  152. cachingMemCache setValues()
  153. cachingMemCacheServer
  154. cachingMemCacheServer $failureCallback
  155. cachingMemCacheServer $host
  156. cachingMemCacheServer $persistent
  157. cachingMemCacheServer $port
  158. cachingMemCacheServer $retryInterval
  159. cachingMemCacheServer $status
  160. cachingMemCacheServer $timeout
  161. cachingMemCacheServer $weight
  162. cachingTagDependency
  163. cachingTagDependency $tags
  164. cachingTagDependency generateDependencyData()
  165. cachingTagDependency getTimestamps()
  166. cachingTagDependency invalidate()
  167. cachingTagDependency isChanged()
  168. cachingTagDependency touchKeys()
  169. cachingWinCache
  170. cachingWinCache addValue()
  171. cachingWinCache addValues()
  172. cachingWinCache deleteValue()
  173. cachingWinCache exists()
  174. cachingWinCache flushValues()
  175. cachingWinCache getValue()
  176. cachingWinCache getValues()
  177. cachingWinCache setValue()
  178. cachingWinCache setValues()
  179. cachingXCache
  180. cachingXCache addValue()
  181. cachingXCache deleteValue()
  182. cachingXCache exists()
  183. cachingXCache flushValues()
  184. cachingXCache getValue()
  185. cachingXCache setValue()
  186. cachingZendDataCache
  187. cachingZendDataCache addValue()
  188. cachingZendDataCache deleteValue()
  189. cachingZendDataCache flushValues()
  190. cachingZendDataCache getValue()
  191. cachingZendDataCache setValue()

captcha

  1. captchaCaptcha
  2. captchaCaptcha $captchaAction
  3. captchaCaptcha $imageOptions
  4. captchaCaptcha $options
  5. captchaCaptcha $template
  6. captchaCaptcha checkRequirements()
  7. captchaCaptcha getClientOptions()
  8. captchaCaptcha init()
  9. captchaCaptcha registerClientScript()
  10. captchaCaptcha run()
  11. captchaCaptchaAction
  12. captchaCaptchaAction $backColor
  13. captchaCaptchaAction $fixedVerifyCode
  14. captchaCaptchaAction $fontFile
  15. captchaCaptchaAction $foreColor
  16. captchaCaptchaAction $height
  17. captchaCaptchaAction $imageLibrary
  18. captchaCaptchaAction $maxLength
  19. captchaCaptchaAction $minLength
  20. captchaCaptchaAction $offset
  21. captchaCaptchaAction $padding
  22. captchaCaptchaAction $testLimit
  23. captchaCaptchaAction $transparent
  24. captchaCaptchaAction $verifyCode
  25. captchaCaptchaAction $width
  26. captchaCaptchaAction generateValidationHash()
  27. captchaCaptchaAction generateVerifyCode()
  28. captchaCaptchaAction getSessionKey()
  29. captchaCaptchaAction getVerifyCode()
  30. captchaCaptchaAction init()
  31. captchaCaptchaAction renderImage()
  32. captchaCaptchaAction renderImageByGD()
  33. captchaCaptchaAction renderImageByImagick()
  34. captchaCaptchaAction run()
  35. captchaCaptchaAction setHttpHeaders()
  36. captchaCaptchaAction validate()
  37. captchaCaptchaAsset
  38. captchaCaptchaAsset $depends
  39. captchaCaptchaAsset $js
  40. captchaCaptchaAsset $sourcePath
  41. captchaCaptchaValidator
  42. captchaCaptchaValidator $captchaAction
  43. captchaCaptchaValidator $caseSensitive
  44. captchaCaptchaValidator $skipOnEmpty
  45. captchaCaptchaValidator clientValidateAttribute()
  46. captchaCaptchaValidator createCaptchaAction()
  47. captchaCaptchaValidator getClientOptions()
  48. captchaCaptchaValidator init()
  49. captchaCaptchaValidator validateValue()

codeception

  1. codeceptionBasePage
  2. codeceptionBasePage $actor
  3. codeceptionBasePage $route
  4. codeceptionBasePage $url
  5. codeceptionBasePage __construct()
  6. codeceptionBasePage getUrl()
  7. codeceptionBasePage openBy()
  8. codeceptionDbTestCase
  9. codeceptionDbTestCase globalFixtures()
  10. codeceptionTestCase
  11. codeceptionTestCase $appConfig
  12. codeceptionTestCase __call()
  13. codeceptionTestCase __get()
  14. codeceptionTestCase destroyApplication()
  15. codeceptionTestCase mockApplication()
  16. codeceptionTestCase setUp()
  17. codeceptionTestCase tearDown()

console

  1. consoleApplication
  2. consoleApplication $controller
  3. consoleApplication $defaultRoute
  4. consoleApplication $enableCoreCommands
  5. consoleApplication $errorHandler
  6. consoleApplication $request
  7. consoleApplication $response
  8. consoleApplication __construct()
  9. consoleApplication coreCommands()
  10. consoleApplication coreComponents()
  11. consoleApplication getErrorHandler()
  12. consoleApplication getRequest()
  13. consoleApplication getResponse()
  14. consoleApplication handleRequest()
  15. consoleApplication init()
  16. consoleApplication loadConfig()
  17. consoleApplication runAction()
  18. consoleController
  19. consoleController $color
  20. consoleController $help
  21. consoleController $helpSummary
  22. consoleController $interactive
  23. consoleController $passedOptionValues
  24. consoleController $passedOptions
  25. consoleController ansiFormat()
  26. consoleController bindActionParams()
  27. consoleController confirm()
  28. consoleController getActionArgsHelp()
  29. consoleController getActionHelp()
  30. consoleController getActionHelpSummary()
  31. consoleController getActionMethodReflection()
  32. consoleController getActionOptionsHelp()
  33. consoleController getHelp()
  34. consoleController getHelpSummary()
  35. consoleController getOptionValues()
  36. consoleController getPassedOptionValues()
  37. consoleController getPassedOptions()
  38. consoleController isColorEnabled()
  39. consoleController optionAliases()
  40. consoleController options()
  41. consoleController parseDocCommentDetail()
  42. consoleController parseDocCommentSummary()
  43. consoleController parseDocCommentTags()
  44. consoleController prompt()
  45. consoleController runAction()
  46. consoleController select()
  47. consoleController stderr()
  48. consoleController stdout()
  49. consolecontrollersAssetController
  50. consolecontrollersAssetController $assetManager
  51. consolecontrollersAssetController $bundles
  52. consolecontrollersAssetController $cssCompressor
  53. consolecontrollersAssetController $defaultAction
  54. consolecontrollersAssetController $deleteSource
  55. consolecontrollersAssetController $jsCompressor
  56. consolecontrollersAssetController $targets
  57. consolecontrollersAssetController actionCompress()
  58. consolecontrollersAssetController actionTemplate()
  59. consolecontrollersAssetController adjustCssUrl()
  60. consolecontrollersAssetController adjustDependency()
  61. consolecontrollersAssetController buildTarget()
  62. consolecontrollersAssetController combineCssFiles()
  63. consolecontrollersAssetController combineJsFiles()
  64. consolecontrollersAssetController compressCssFiles()
  65. consolecontrollersAssetController compressJsFiles()
  66. consolecontrollersAssetController getAssetManager()
  67. consolecontrollersAssetController loadBundles()
  68. consolecontrollersAssetController loadConfiguration()
  69. consolecontrollersAssetController loadDependency()
  70. consolecontrollersAssetController loadTargets()
  71. consolecontrollersAssetController registerBundle()
  72. consolecontrollersAssetController saveTargets()
  73. consolecontrollersAssetController setAssetManager()
  74. consolecontrollersBaseMigrateController
  75. consolecontrollersBaseMigrateController $defaultAction
  76. consolecontrollersBaseMigrateController $migrationNamespaces
  77. consolecontrollersBaseMigrateController $migrationPath
  78. consolecontrollersBaseMigrateController $templateFile
  79. consolecontrollersBaseMigrateController actionCreate()
  80. consolecontrollersBaseMigrateController actionDown()
  81. consolecontrollersBaseMigrateController actionHistory()
  82. consolecontrollersBaseMigrateController actionMark()
  83. consolecontrollersBaseMigrateController actionNew()
  84. consolecontrollersBaseMigrateController actionRedo()
  85. consolecontrollersBaseMigrateController actionTo()
  86. consolecontrollersBaseMigrateController actionUp()
  87. consolecontrollersBaseMigrateController addMigrationHistory()
  88. consolecontrollersBaseMigrateController beforeAction()
  89. consolecontrollersBaseMigrateController createMigration()
  90. consolecontrollersBaseMigrateController generateMigrationSourceCode()
  91. consolecontrollersBaseMigrateController getMigrationHistory()
  92. consolecontrollersBaseMigrateController getNewMigrations()
  93. consolecontrollersBaseMigrateController includeMigrationFile()
  94. consolecontrollersBaseMigrateController migrateDown()
  95. consolecontrollersBaseMigrateController migrateToTime()
  96. consolecontrollersBaseMigrateController migrateToVersion()
  97. consolecontrollersBaseMigrateController migrateUp()
  98. consolecontrollersBaseMigrateController options()
  99. consolecontrollersBaseMigrateController removeMigrationHistory()
  100. consolecontrollersCacheController
  101. consolecontrollersCacheController actionFlush()
  102. consolecontrollersCacheController actionFlushAll()
  103. consolecontrollersCacheController actionFlushSchema()
  104. consolecontrollersCacheController actionIndex()
  105. consolecontrollersFixtureController
  106. consolecontrollersFixtureController $defaultAction
  107. consolecontrollersFixtureController $globalFixtures
  108. consolecontrollersFixtureController $namespace
  109. consolecontrollersFixtureController actionLoad()
  110. consolecontrollersFixtureController actionUnload()
  111. consolecontrollersFixtureController needToApplyAll()
  112. consolecontrollersFixtureController notifyNothingToLoad()
  113. consolecontrollersFixtureController notifyNothingToUnload()
  114. consolecontrollersFixtureController optionAliases()
  115. consolecontrollersFixtureController options()
  116. consolecontrollersHelpController
  117. consolecontrollersHelpController $commands
  118. consolecontrollersHelpController actionIndex()
  119. consolecontrollersHelpController actionList()
  120. consolecontrollersHelpController actionListActionOptions()
  121. consolecontrollersHelpController actionUsage()
  122. consolecontrollersHelpController formatOptionAliases()
  123. consolecontrollersHelpController formatOptionHelp()
  124. consolecontrollersHelpController getActions()
  125. consolecontrollersHelpController getCommandDescriptions()
  126. consolecontrollersHelpController getCommandHelp()
  127. consolecontrollersHelpController getCommands()
  128. consolecontrollersHelpController getDefaultHelp()
  129. consolecontrollersHelpController getDefaultHelpHeader()
  130. consolecontrollersHelpController getModuleCommands()
  131. consolecontrollersHelpController getScriptName()
  132. consolecontrollersHelpController getSubCommandHelp()
  133. consolecontrollersHelpController validateControllerClass()
  134. consolecontrollersMessageController
  135. consolecontrollersMessageController $catalog
  136. consolecontrollersMessageController $db
  137. consolecontrollersMessageController $defaultAction
  138. consolecontrollersMessageController $except
  139. consolecontrollersMessageController $format
  140. consolecontrollersMessageController $ignoreCategories
  141. consolecontrollersMessageController $languages
  142. consolecontrollersMessageController $markUnused
  143. consolecontrollersMessageController $messagePath
  144. consolecontrollersMessageController $messageTable
  145. consolecontrollersMessageController $only
  146. consolecontrollersMessageController $overwrite
  147. consolecontrollersMessageController $removeUnused
  148. consolecontrollersMessageController $sort
  149. consolecontrollersMessageController $sourceMessageTable
  150. consolecontrollersMessageController $sourcePath
  151. consolecontrollersMessageController $translator
  152. consolecontrollersMessageController actionConfig()
  153. consolecontrollersMessageController actionConfigTemplate()
  154. consolecontrollersMessageController actionExtract()
  155. consolecontrollersMessageController extractMessages()
  156. consolecontrollersMessageController extractMessagesFromTokens()
  157. consolecontrollersMessageController getLine()
  158. consolecontrollersMessageController isCategoryIgnored()
  159. consolecontrollersMessageController optionAliases()
  160. consolecontrollersMessageController options()
  161. consolecontrollersMessageController saveMessagesCategoryToPHP()
  162. consolecontrollersMessageController saveMessagesToDb()
  163. consolecontrollersMessageController saveMessagesToPHP()
  164. consolecontrollersMessageController saveMessagesToPO()
  165. consolecontrollersMessageController saveMessagesToPOT()
  166. consolecontrollersMessageController tokensEqual()
  167. consolecontrollersMigrateController
  168. consolecontrollersMigrateController $db
  169. consolecontrollersMigrateController $fields
  170. consolecontrollersMigrateController $generatorTemplateFiles
  171. consolecontrollersMigrateController $migrationTable
  172. consolecontrollersMigrateController $templateFile
  173. consolecontrollersMigrateController $useTablePrefix
  174. consolecontrollersMigrateController addDefaultPrimaryKey()
  175. consolecontrollersMigrateController addMigrationHistory()
  176. consolecontrollersMigrateController beforeAction()
  177. consolecontrollersMigrateController createMigration()
  178. consolecontrollersMigrateController createMigrationHistoryTable()
  179. consolecontrollersMigrateController generateMigrationSourceCode()
  180. consolecontrollersMigrateController generateTableName()
  181. consolecontrollersMigrateController getMigrationHistory()
  182. consolecontrollersMigrateController optionAliases()
  183. consolecontrollersMigrateController options()
  184. consolecontrollersMigrateController parseFields()
  185. consolecontrollersMigrateController removeMigrationHistory()
  186. consolecontrollersServeController
  187. consolecontrollersServeController $docroot
  188. consolecontrollersServeController $port
  189. consolecontrollersServeController $router
  190. consolecontrollersServeController actionIndex()
  191. consolecontrollersServeController isAddressTaken()
  192. consolecontrollersServeController optionAliases()
  193. consolecontrollersServeController options()
  194. consoleErrorHandler
  195. consoleErrorHandler formatMessage()
  196. consoleErrorHandler renderException()
  197. consoleException
  198. consoleException getName()
  199. consoleMarkdown
  200. consoleMarkdown $escapeCharacters
  201. consoleMarkdown renderCode()
  202. consoleMarkdown renderEmph()
  203. consoleMarkdown renderInlineCode()
  204. consoleMarkdown renderParagraph()
  205. consoleMarkdown renderStrike()
  206. consoleMarkdown renderStrong()
  207. consoleRequest
  208. consoleRequest $params
  209. consoleRequest getParams()
  210. consoleRequest resolve()
  211. consoleRequest setParams()
  212. consoleResponse
  213. consoleUnknownCommandException
  214. consoleUnknownCommandException $application
  215. consoleUnknownCommandException $command
  216. consoleUnknownCommandException __construct()
  217. consoleUnknownCommandException getName()
  218. consoleUnknownCommandException getSuggestedAlternatives()

Guides

  1. Data Caching
  2. Fragment Caching
  3. HTTP Caching
  4. Caching
  5. Page Caching
  6. Aliases
  7. Autoloading
  8. Behaviors
  9. Components
  10. Configurations
  11. Контейнер для впрыскивания зависимостей
  12. Events
  13. Properties
  14. Service Locator
  15. Active Record
  16. Объекты доступа к базе данных
  17. Database Migration
  18. Query Builder
  19. ArrayHelper
  20. Html helper
  21. Url Helper
  22. Uploading Files
  23. Creating Forms
  24. Получение данных для нескольких моделей
  25. Сбор табличного ввода
  26. Validating Input
  27. Работа с клиентскими скриптами
  28. Data Providers
  29. Data widgets
  30. Data Formatting
  31. Pagination
  32. Sorting
  33. Theming
  34. Authentication
  35. Controllers
  36. Quick Start
  37. Rate Limiting
  38. Resources
  39. Response Formatting
  40. Routing
  41. Bootstrapping
  42. Handling Errors
  43. Logging
  44. Requests
  45. Responses
  46. Маршрутизация и создание URL-адреса
  47. Сессии и Cookie-файлы
  48. Authentication
  49. Authorization
  50. Передовые методы обеспечения безопасности
  51. Cryptography
  52. Security
  53. Работа с паролями
  54. Генерирующий код с помощью Gii
  55. Installing Yii
  56. Application Components
  57. Applications
  58. Assets
  59. Controllers
  60. Entry Scripts
  61. Extensions
  62. Filters
  63. Models
  64. Modules
  65. Views
  66. Widgets
  67. Fixtures
  68. Testing
  69. Console applications
  70. Core Validators
  71. Internationalization
  72. Mailing
  73. Среда совместного хостинга
  74. Создание собственной Прикладной структуры
  75. Использование шаблонных движков

data

  1. dataActiveDataProvider
  2. dataActiveDataProvider $db
  3. dataActiveDataProvider $key
  4. dataActiveDataProvider $query
  5. dataActiveDataProvider init()
  6. dataActiveDataProvider prepareKeys()
  7. dataActiveDataProvider prepareModels()
  8. dataActiveDataProvider prepareTotalCount()
  9. dataActiveDataProvider setSort()
  10. dataArrayDataProvider
  11. dataArrayDataProvider $allModels
  12. dataArrayDataProvider $key
  13. dataArrayDataProvider $modelClass
  14. dataArrayDataProvider prepareKeys()
  15. dataArrayDataProvider prepareModels()
  16. dataArrayDataProvider prepareTotalCount()
  17. dataArrayDataProvider sortModels()
  18. dataBaseDataProvider
  19. dataBaseDataProvider $count
  20. dataBaseDataProvider $id
  21. dataBaseDataProvider $keys
  22. dataBaseDataProvider $models
  23. dataBaseDataProvider $pagination
  24. dataBaseDataProvider $sort
  25. dataBaseDataProvider $totalCount
  26. dataBaseDataProvider getCount()
  27. dataBaseDataProvider getKeys()
  28. dataBaseDataProvider getModels()
  29. dataBaseDataProvider getPagination()
  30. dataBaseDataProvider getSort()
  31. dataBaseDataProvider getTotalCount()
  32. dataBaseDataProvider init()
  33. dataBaseDataProvider prepare()
  34. dataBaseDataProvider prepareKeys()
  35. dataBaseDataProvider prepareModels()
  36. dataBaseDataProvider prepareTotalCount()
  37. dataBaseDataProvider refresh()
  38. dataBaseDataProvider setKeys()
  39. dataBaseDataProvider setModels()
  40. dataBaseDataProvider setPagination()
  41. dataBaseDataProvider setSort()
  42. dataBaseDataProvider setTotalCount()
  43. dataDataProviderInterface
  44. dataDataProviderInterface getCount()
  45. dataDataProviderInterface getKeys()
  46. dataDataProviderInterface getModels()
  47. dataDataProviderInterface getPagination()
  48. dataDataProviderInterface getSort()
  49. dataDataProviderInterface getTotalCount()
  50. dataDataProviderInterface prepare()
  51. dataPagination
  52. dataPagination $defaultPageSize
  53. dataPagination $forcePageParam
  54. dataPagination $limit
  55. dataPagination $links
  56. dataPagination $offset
  57. dataPagination $page
  58. dataPagination $pageCount
  59. dataPagination $pageParam
  60. dataPagination $pageSize
  61. dataPagination $pageSizeLimit
  62. dataPagination $pageSizeParam
  63. dataPagination $params
  64. dataPagination $route
  65. dataPagination $totalCount
  66. dataPagination $urlManager
  67. dataPagination $validatePage
  68. dataPagination createUrl()
  69. dataPagination getLimit()
  70. dataPagination getLinks()
  71. dataPagination getOffset()
  72. dataPagination getPage()
  73. dataPagination getPageCount()
  74. dataPagination getPageSize()
  75. dataPagination getQueryParam()
  76. dataPagination setPage()
  77. dataPagination setPageSize()
  78. dataSort
  79. dataSort $attributeOrders
  80. dataSort $attributes
  81. dataSort $defaultOrder
  82. dataSort $enableMultiSort
  83. dataSort $orders
  84. dataSort $params
  85. dataSort $route
  86. dataSort $separator
  87. dataSort $sortParam
  88. dataSort $urlManager
  89. dataSort createSortParam()
  90. dataSort createUrl()
  91. dataSort getAttributeOrder()
  92. dataSort getAttributeOrders()
  93. dataSort getOrders()
  94. dataSort hasAttribute()
  95. dataSort init()
  96. dataSort link()
  97. dataSort parseSortParam()
  98. dataSort setAttributeOrders()
  99. dataSqlDataProvider
  100. dataSqlDataProvider $db
  101. dataSqlDataProvider $key
  102. dataSqlDataProvider $params
  103. dataSqlDataProvider $sql
  104. dataSqlDataProvider init()
  105. dataSqlDataProvider prepareKeys()
  106. dataSqlDataProvider prepareModels()
  107. dataSqlDataProvider prepareTotalCount()

db

  1. dbActiveQuery
  2. dbActiveQuery $joinWith
  3. dbActiveQuery $on
  4. dbActiveQuery $sql
  5. dbActiveQuery $tablesUsedInFrom
  6. dbActiveQuery EVENT_INIT
  7. dbActiveQuery __construct()
  8. dbActiveQuery alias()
  9. dbActiveQuery all()
  10. dbActiveQuery andOnCondition()
  11. dbActiveQuery createCommand()
  12. dbActiveQuery getPrimaryTableName()
  13. dbActiveQuery getTablesUsedInFrom()
  14. dbActiveQuery init()
  15. dbActiveQuery innerJoinWith()
  16. dbActiveQuery joinWith()
  17. dbActiveQuery onCondition()
  18. dbActiveQuery one()
  19. dbActiveQuery orOnCondition()
  20. dbActiveQuery populate()
  21. dbActiveQuery prepare()
  22. dbActiveQuery queryScalar()
  23. dbActiveQuery viaTable()
  24. dbActiveQueryInterface
  25. dbActiveQueryInterface asArray()
  26. dbActiveQueryInterface findFor()
  27. dbActiveQueryInterface indexBy()
  28. dbActiveQueryInterface one()
  29. dbActiveQueryInterface via()
  30. dbActiveQueryInterface with()
  31. dbActiveQueryTrait
  32. dbActiveQueryTrait $asArray
  33. dbActiveQueryTrait $modelClass
  34. dbActiveQueryTrait $with
  35. dbActiveQueryTrait asArray()
  36. dbActiveQueryTrait createModels()
  37. dbActiveQueryTrait findWith()
  38. dbActiveQueryTrait with()
  39. dbActiveRecord
  40. dbActiveRecord attributes()
  41. dbActiveRecord delete()
  42. dbActiveRecord deleteAll()
  43. dbActiveRecord deleteInternal()
  44. dbActiveRecord equals()
  45. dbActiveRecord find()
  46. dbActiveRecord findByCondition()
  47. dbActiveRecord findBySql()
  48. dbActiveRecord getDb()
  49. dbActiveRecord getTableSchema()
  50. dbActiveRecord insert()
  51. dbActiveRecord insertInternal()
  52. dbActiveRecord isTransactional()
  53. dbActiveRecord loadDefaultValues()
  54. dbActiveRecord populateRecord()
  55. dbActiveRecord primaryKey()
  56. dbActiveRecord tableName()
  57. dbActiveRecord transactions()
  58. dbActiveRecord update()
  59. dbActiveRecord updateAll()
  60. dbActiveRecord updateAllCounters()
  61. dbActiveRecordInterface
  62. dbActiveRecordInterface attributes()
  63. dbActiveRecordInterface delete()
  64. dbActiveRecordInterface deleteAll()
  65. dbActiveRecordInterface equals()
  66. dbActiveRecordInterface find()
  67. dbActiveRecordInterface findAll()
  68. dbActiveRecordInterface findOne()
  69. dbActiveRecordInterface getAttribute()
  70. dbActiveRecordInterface getDb()
  71. dbActiveRecordInterface getIsNewRecord()
  72. dbActiveRecordInterface getOldPrimaryKey()
  73. dbActiveRecordInterface getPrimaryKey()
  74. dbActiveRecordInterface getRelation()
  75. dbActiveRecordInterface hasAttribute()
  76. dbActiveRecordInterface insert()
  77. dbActiveRecordInterface isPrimaryKey()
  78. dbActiveRecordInterface link()
  79. dbActiveRecordInterface populateRelation()
  80. dbActiveRecordInterface primaryKey()
  81. dbActiveRecordInterface save()
  82. dbActiveRecordInterface setAttribute()
  83. dbActiveRecordInterface unlink()
  84. dbActiveRecordInterface update()
  85. dbActiveRecordInterface updateAll()
  86. dbActiveRelationTrait
  87. dbActiveRelationTrait $inverseOf
  88. dbActiveRelationTrait $link
  89. dbActiveRelationTrait $multiple
  90. dbActiveRelationTrait $primaryModel
  91. dbActiveRelationTrait $via
  92. dbActiveRelationTrait __clone()
  93. dbActiveRelationTrait findFor()
  94. dbActiveRelationTrait inverseOf()
  95. dbActiveRelationTrait populateRelation()
  96. dbActiveRelationTrait via()
  97. dbAfterSaveEvent
  98. dbAfterSaveEvent $changedAttributes
  99. dbBaseActiveRecord
  100. dbBaseActiveRecord $dirtyAttributes
  101. dbBaseActiveRecord $isNewRecord
  102. dbBaseActiveRecord $oldAttributes
  103. dbBaseActiveRecord $oldPrimaryKey
  104. dbBaseActiveRecord $primaryKey
  105. dbBaseActiveRecord $relatedRecords
  106. dbBaseActiveRecord EVENT_AFTER_DELETE
  107. dbBaseActiveRecord EVENT_AFTER_FIND
  108. dbBaseActiveRecord EVENT_AFTER_INSERT
  109. dbBaseActiveRecord EVENT_AFTER_REFRESH
  110. dbBaseActiveRecord EVENT_AFTER_UPDATE
  111. dbBaseActiveRecord EVENT_BEFORE_DELETE
  112. dbBaseActiveRecord EVENT_BEFORE_INSERT
  113. dbBaseActiveRecord EVENT_BEFORE_UPDATE
  114. dbBaseActiveRecord EVENT_INIT
  115. dbBaseActiveRecord __get()
  116. dbBaseActiveRecord __isset()
  117. dbBaseActiveRecord __set()
  118. dbBaseActiveRecord __unset()
  119. dbBaseActiveRecord afterDelete()
  120. dbBaseActiveRecord afterFind()
  121. dbBaseActiveRecord afterRefresh()
  122. dbBaseActiveRecord afterSave()
  123. dbBaseActiveRecord beforeDelete()
  124. dbBaseActiveRecord beforeSave()
  125. dbBaseActiveRecord canGetProperty()
  126. dbBaseActiveRecord canSetProperty()
  127. dbBaseActiveRecord createRelationQuery()
  128. dbBaseActiveRecord delete()
  129. dbBaseActiveRecord deleteAll()
  130. dbBaseActiveRecord equals()
  131. dbBaseActiveRecord extraFields()
  132. dbBaseActiveRecord fields()
  133. dbBaseActiveRecord findAll()
  134. dbBaseActiveRecord findByCondition()
  135. dbBaseActiveRecord findOne()
  136. dbBaseActiveRecord getAttribute()
  137. dbBaseActiveRecord getAttributeHint()
  138. dbBaseActiveRecord getAttributeLabel()
  139. dbBaseActiveRecord getDirtyAttributes()
  140. dbBaseActiveRecord getIsNewRecord()
  141. dbBaseActiveRecord getOldAttribute()
  142. dbBaseActiveRecord getOldAttributes()
  143. dbBaseActiveRecord getOldPrimaryKey()
  144. dbBaseActiveRecord getPrimaryKey()
  145. dbBaseActiveRecord getRelatedRecords()
  146. dbBaseActiveRecord getRelation()
  147. dbBaseActiveRecord hasAttribute()
  148. dbBaseActiveRecord hasMany()
  149. dbBaseActiveRecord hasOne()
  150. dbBaseActiveRecord init()
  151. dbBaseActiveRecord instantiate()
  152. dbBaseActiveRecord isAttributeChanged()
  153. dbBaseActiveRecord isPrimaryKey()
  154. dbBaseActiveRecord isRelationPopulated()
  155. dbBaseActiveRecord link()
  156. dbBaseActiveRecord markAttributeDirty()
  157. dbBaseActiveRecord offsetExists()
  158. dbBaseActiveRecord offsetUnset()
  159. dbBaseActiveRecord optimisticLock()
  160. dbBaseActiveRecord populateRecord()
  161. dbBaseActiveRecord populateRelation()
  162. dbBaseActiveRecord refresh()
  163. dbBaseActiveRecord save()
  164. dbBaseActiveRecord setAttribute()
  165. dbBaseActiveRecord setIsNewRecord()
  166. dbBaseActiveRecord setOldAttribute()
  167. dbBaseActiveRecord setOldAttributes()
  168. dbBaseActiveRecord unlink()
  169. dbBaseActiveRecord unlinkAll()
  170. dbBaseActiveRecord update()
  171. dbBaseActiveRecord updateAll()
  172. dbBaseActiveRecord updateAllCounters()
  173. dbBaseActiveRecord updateAttributes()
  174. dbBaseActiveRecord updateCounters()
  175. dbBaseActiveRecord updateInternal()
  176. dbBatchQueryResult
  177. dbBatchQueryResult $batchSize
  178. dbBatchQueryResult $db
  179. dbBatchQueryResult $each
  180. dbBatchQueryResult $query
  181. dbBatchQueryResult __destruct()
  182. dbBatchQueryResult current()
  183. dbBatchQueryResult fetchData()
  184. dbBatchQueryResult key()
  185. dbBatchQueryResult next()
  186. dbBatchQueryResult reset()
  187. dbBatchQueryResult rewind()
  188. dbBatchQueryResult valid()
  189. dbColumnSchema
  190. dbColumnSchema $allowNull
  191. dbColumnSchema $autoIncrement
  192. dbColumnSchema $comment
  193. dbColumnSchema $dbType
  194. dbColumnSchema $defaultValue
  195. dbColumnSchema $enumValues
  196. dbColumnSchema $isPrimaryKey
  197. dbColumnSchema $name
  198. dbColumnSchema $phpType
  199. dbColumnSchema $precision
  200. dbColumnSchema $scale
  201. dbColumnSchema $size
  202. dbColumnSchema $type
  203. dbColumnSchema $unsigned
  204. dbColumnSchema dbTypecast()
  205. dbColumnSchema phpTypecast()
  206. dbColumnSchema typecast()
  207. dbColumnSchemaBuilder
  208. dbColumnSchemaBuilder $after
  209. dbColumnSchemaBuilder $append
  210. dbColumnSchemaBuilder $categoryMap
  211. dbColumnSchemaBuilder $check
  212. dbColumnSchemaBuilder $comment
  213. dbColumnSchemaBuilder $db
  214. dbColumnSchemaBuilder $default
  215. dbColumnSchemaBuilder $isFirst
  216. dbColumnSchemaBuilder $isNotNull
  217. dbColumnSchemaBuilder $isUnique
  218. dbColumnSchemaBuilder $isUnsigned
  219. dbColumnSchemaBuilder $length
  220. dbColumnSchemaBuilder $type
  221. dbColumnSchemaBuilder __construct()
  222. dbColumnSchemaBuilder __toString()
  223. dbColumnSchemaBuilder after()
  224. dbColumnSchemaBuilder append()
  225. dbColumnSchemaBuilder buildAfterString()
  226. dbColumnSchemaBuilder buildAppendString()
  227. dbColumnSchemaBuilder buildCheckString()
  228. dbColumnSchemaBuilder buildCommentString()
  229. dbColumnSchemaBuilder buildCompleteString()
  230. dbColumnSchemaBuilder buildDefaultString()
  231. dbColumnSchemaBuilder buildFirstString()
  232. dbColumnSchemaBuilder buildLengthString()
  233. dbColumnSchemaBuilder buildNotNullString()
  234. dbColumnSchemaBuilder buildUniqueString()
  235. dbColumnSchemaBuilder buildUnsignedString()
  236. dbColumnSchemaBuilder check()
  237. dbColumnSchemaBuilder comment()
  238. dbColumnSchemaBuilder defaultExpression()
  239. dbColumnSchemaBuilder defaultValue()
  240. dbColumnSchemaBuilder first()
  241. dbColumnSchemaBuilder getTypeCategory()
  242. dbColumnSchemaBuilder notNull()
  243. dbColumnSchemaBuilder null()
  244. dbColumnSchemaBuilder unique()
  245. dbColumnSchemaBuilder unsigned()
  246. dbCommand
  247. dbCommand $db
  248. dbCommand $fetchMode
  249. dbCommand $params
  250. dbCommand $pdoStatement
  251. dbCommand $queryCacheDependency
  252. dbCommand $queryCacheDuration
  253. dbCommand $rawSql
  254. dbCommand $sql
  255. dbCommand addColumn()
  256. dbCommand addCommentOnColumn()
  257. dbCommand addCommentOnTable()
  258. dbCommand addForeignKey()
  259. dbCommand addPrimaryKey()
  260. dbCommand alterColumn()
  261. dbCommand batchInsert()
  262. dbCommand bindParam()
  263. dbCommand bindPendingParams()
  264. dbCommand bindValue()
  265. dbCommand bindValues()
  266. dbCommand cache()
  267. dbCommand cancel()
  268. dbCommand checkIntegrity()
  269. dbCommand createIndex()
  270. dbCommand createTable()
  271. dbCommand delete()
  272. dbCommand dropColumn()
  273. dbCommand dropCommentFromColumn()
  274. dbCommand dropCommentFromTable()
  275. dbCommand dropForeignKey()
  276. dbCommand dropIndex()
  277. dbCommand dropPrimaryKey()
  278. dbCommand dropTable()
  279. dbCommand execute()
  280. dbCommand getRawSql()
  281. dbCommand getSql()
  282. dbCommand insert()
  283. dbCommand noCache()
  284. dbCommand prepare()
  285. dbCommand query()
  286. dbCommand queryAll()
  287. dbCommand queryColumn()
  288. dbCommand queryInternal()
  289. dbCommand queryOne()
  290. dbCommand queryScalar()
  291. dbCommand refreshTableSchema()
  292. dbCommand renameColumn()
  293. dbCommand renameTable()
  294. dbCommand requireTableSchemaRefresh()
  295. dbCommand resetSequence()
  296. dbCommand setSql()
  297. dbCommand truncateTable()
  298. dbCommand update()
  299. dbConnection
  300. dbConnection $attributes
  301. dbConnection $charset
  302. dbConnection $commandClass
  303. dbConnection $driverName
  304. dbConnection $dsn
  305. dbConnection $emulatePrepare
  306. dbConnection $enableLogging
  307. dbConnection $enableProfiling
  308. dbConnection $enableQueryCache
  309. dbConnection $enableSavepoint
  310. dbConnection $enableSchemaCache
  311. dbConnection $enableSlaves
  312. dbConnection $isActive
  313. dbConnection $lastInsertID
  314. dbConnection $master
  315. dbConnection $masterConfig
  316. dbConnection $masterPdo
  317. dbConnection $masters
  318. dbConnection $password
  319. dbConnection $pdo
  320. dbConnection $pdoClass
  321. dbConnection $queryBuilder
  322. dbConnection $queryCache
  323. dbConnection $queryCacheDuration
  324. dbConnection $schema
  325. dbConnection $schemaCache
  326. dbConnection $schemaCacheDuration
  327. dbConnection $schemaCacheExclude
  328. dbConnection $schemaMap
  329. dbConnection $serverRetryInterval
  330. dbConnection $serverStatusCache
  331. dbConnection $shuffleMasters
  332. dbConnection $slave
  333. dbConnection $slaveConfig
  334. dbConnection $slavePdo
  335. dbConnection $slaves
  336. dbConnection $tablePrefix
  337. dbConnection $transaction
  338. dbConnection $username
  339. dbConnection EVENT_AFTER_OPEN
  340. dbConnection EVENT_BEGIN_TRANSACTION
  341. dbConnection EVENT_COMMIT_TRANSACTION
  342. dbConnection EVENT_ROLLBACK_TRANSACTION
  343. dbConnection __clone()
  344. dbConnection __sleep()
  345. dbConnection beginTransaction()
  346. dbConnection cache()
  347. dbConnection close()
  348. dbConnection createCommand()
  349. dbConnection createPdoInstance()
  350. dbConnection getDriverName()
  351. dbConnection getIsActive()
  352. dbConnection getLastInsertID()
  353. dbConnection getMaster()
  354. dbConnection getMasterPdo()
  355. dbConnection getQueryBuilder()
  356. dbConnection getQueryCacheInfo()
  357. dbConnection getSchema()
  358. dbConnection getSlave()
  359. dbConnection getSlavePdo()
  360. dbConnection getTableSchema()
  361. dbConnection getTransaction()
  362. dbConnection initConnection()
  363. dbConnection noCache()
  364. dbConnection open()
  365. dbConnection openFromPool()
  366. dbConnection openFromPoolSequentially()
  367. dbConnection quoteColumnName()
  368. dbConnection quoteSql()
  369. dbConnection quoteTableName()
  370. dbConnection quoteValue()
  371. dbConnection setDriverName()
  372. dbConnection transaction()
  373. dbConnection useMaster()
  374. dbDataReader
  375. dbDataReader $columnCount
  376. dbDataReader $fetchMode
  377. dbDataReader $isClosed
  378. dbDataReader $rowCount
  379. dbDataReader __construct()
  380. dbDataReader bindColumn()
  381. dbDataReader close()
  382. dbDataReader count()
  383. dbDataReader current()
  384. dbDataReader getColumnCount()
  385. dbDataReader getIsClosed()
  386. dbDataReader getRowCount()
  387. dbDataReader key()
  388. dbDataReader next()
  389. dbDataReader nextResult()
  390. dbDataReader read()
  391. dbDataReader readAll()
  392. dbDataReader readColumn()
  393. dbDataReader readObject()
  394. dbDataReader rewind()
  395. dbDataReader setFetchMode()
  396. dbDataReader valid()
  397. dbException
  398. dbException $errorInfo
  399. dbException __construct()
  400. dbException __toString()
  401. dbException getName()
  402. dbExpression
  403. dbExpression $expression
  404. dbExpression $params
  405. dbExpression __construct()
  406. dbExpression __toString()
  407. dbIntegrityException
  408. dbIntegrityException getName()
  409. dbMigration
  410. dbMigration $db
  411. dbMigration $maxSqlOutputLength
  412. dbMigration addColumn()
  413. dbMigration addCommentOnColumn()
  414. dbMigration addCommentOnTable()
  415. dbMigration addForeignKey()
  416. dbMigration addPrimaryKey()
  417. dbMigration alterColumn()
  418. dbMigration batchInsert()
  419. dbMigration createIndex()
  420. dbMigration createTable()
  421. dbMigration delete()
  422. dbMigration down()
  423. dbMigration dropColumn()
  424. dbMigration dropCommentFromColumn()
  425. dbMigration dropCommentFromTable()
  426. dbMigration dropForeignKey()
  427. dbMigration dropIndex()
  428. dbMigration dropPrimaryKey()
  429. dbMigration dropTable()
  430. dbMigration execute()
  431. dbMigration getDb()
  432. dbMigration init()
  433. dbMigration insert()
  434. dbMigration renameColumn()
  435. dbMigration renameTable()
  436. dbMigration safeDown()
  437. dbMigration safeUp()
  438. dbMigration truncateTable()
  439. dbMigration up()
  440. dbMigration update()
  441. dbMigrationInterface
  442. dbMigrationInterface down()
  443. dbMigrationInterface up()
  444. dbQuery
  445. dbQuery $distinct
  446. dbQuery $from
  447. dbQuery $groupBy
  448. dbQuery $having
  449. dbQuery $join
  450. dbQuery $params
  451. dbQuery $select
  452. dbQuery $selectOption
  453. dbQuery $union
  454. dbQuery addGroupBy()
  455. dbQuery addParams()
  456. dbQuery addSelect()
  457. dbQuery all()
  458. dbQuery andFilterCompare()
  459. dbQuery andFilterHaving()
  460. dbQuery andHaving()
  461. dbQuery andWhere()
  462. dbQuery average()
  463. dbQuery batch()
  464. dbQuery column()
  465. dbQuery count()
  466. dbQuery create()
  467. dbQuery createCommand()
  468. dbQuery distinct()
  469. dbQuery each()
  470. dbQuery exists()
  471. dbQuery filterHaving()
  472. dbQuery from()
  473. dbQuery groupBy()
  474. dbQuery having()
  475. dbQuery innerJoin()
  476. dbQuery join()
  477. dbQuery leftJoin()
  478. dbQuery max()
  479. dbQuery min()
  480. dbQuery one()
  481. dbQuery orFilterHaving()
  482. dbQuery orHaving()
  483. dbQuery orWhere()
  484. dbQuery params()
  485. dbQuery populate()
  486. dbQuery prepare()
  487. dbQuery queryScalar()
  488. dbQuery rightJoin()
  489. dbQuery scalar()
  490. dbQuery select()
  491. dbQuery sum()
  492. dbQuery union()
  493. dbQuery where()
  494. dbQueryBuilder
  495. dbQueryBuilder $conditionBuilders
  496. dbQueryBuilder $db
  497. dbQueryBuilder $likeEscapeCharacter
  498. dbQueryBuilder $likeEscapingReplacements
  499. dbQueryBuilder $separator
  500. dbQueryBuilder $typeMap
  501. dbQueryBuilder __construct()
  502. dbQueryBuilder addColumn()
  503. dbQueryBuilder addCommentOnColumn()
  504. dbQueryBuilder addCommentOnTable()
  505. dbQueryBuilder addForeignKey()
  506. dbQueryBuilder addPrimaryKey()
  507. dbQueryBuilder alterColumn()
  508. dbQueryBuilder batchInsert()
  509. dbQueryBuilder build()
  510. dbQueryBuilder buildAndCondition()
  511. dbQueryBuilder buildBetweenCondition()
  512. dbQueryBuilder buildColumns()
  513. dbQueryBuilder buildCompositeInCondition()
  514. dbQueryBuilder buildCondition()
  515. dbQueryBuilder buildExistsCondition()
  516. dbQueryBuilder buildFrom()
  517. dbQueryBuilder buildGroupBy()
  518. dbQueryBuilder buildHashCondition()
  519. dbQueryBuilder buildHaving()
  520. dbQueryBuilder buildInCondition()
  521. dbQueryBuilder buildJoin()
  522. dbQueryBuilder buildLikeCondition()
  523. dbQueryBuilder buildLimit()
  524. dbQueryBuilder buildNotCondition()
  525. dbQueryBuilder buildOrderBy()
  526. dbQueryBuilder buildOrderByAndLimit()
  527. dbQueryBuilder buildSelect()
  528. dbQueryBuilder buildSimpleCondition()
  529. dbQueryBuilder buildSubqueryInCondition()
  530. dbQueryBuilder buildUnion()
  531. dbQueryBuilder buildWhere()
  532. dbQueryBuilder checkIntegrity()
  533. dbQueryBuilder createIndex()
  534. dbQueryBuilder createTable()
  535. dbQueryBuilder delete()
  536. dbQueryBuilder dropColumn()
  537. dbQueryBuilder dropCommentFromColumn()
  538. dbQueryBuilder dropCommentFromTable()
  539. dbQueryBuilder dropForeignKey()
  540. dbQueryBuilder dropIndex()
  541. dbQueryBuilder dropPrimaryKey()
  542. dbQueryBuilder dropTable()
  543. dbQueryBuilder getColumnType()
  544. dbQueryBuilder hasLimit()
  545. dbQueryBuilder hasOffset()
  546. dbQueryBuilder insert()
  547. dbQueryBuilder prepareInsertSelectSubQuery()
  548. dbQueryBuilder renameColumn()
  549. dbQueryBuilder renameTable()
  550. dbQueryBuilder resetSequence()
  551. dbQueryBuilder selectExists()
  552. dbQueryBuilder truncateTable()
  553. dbQueryBuilder update()
  554. dbQueryInterface
  555. dbQueryInterface addOrderBy()
  556. dbQueryInterface all()
  557. dbQueryInterface andFilterWhere()
  558. dbQueryInterface andWhere()
  559. dbQueryInterface count()
  560. dbQueryInterface emulateExecution()
  561. dbQueryInterface exists()
  562. dbQueryInterface filterWhere()
  563. dbQueryInterface indexBy()
  564. dbQueryInterface limit()
  565. dbQueryInterface offset()
  566. dbQueryInterface one()
  567. dbQueryInterface orFilterWhere()
  568. dbQueryInterface orWhere()
  569. dbQueryInterface orderBy()
  570. dbQueryInterface where()
  571. dbQueryTrait
  572. dbQueryTrait $emulateExecution
  573. dbQueryTrait $indexBy
  574. dbQueryTrait $limit
  575. dbQueryTrait $offset
  576. dbQueryTrait $orderBy
  577. dbQueryTrait $where
  578. dbQueryTrait addOrderBy()
  579. dbQueryTrait andFilterWhere()
  580. dbQueryTrait andWhere()
  581. dbQueryTrait emulateExecution()
  582. dbQueryTrait filterCondition()
  583. dbQueryTrait filterWhere()
  584. dbQueryTrait indexBy()
  585. dbQueryTrait isEmpty()
  586. dbQueryTrait limit()
  587. dbQueryTrait normalizeOrderBy()
  588. dbQueryTrait offset()
  589. dbQueryTrait orFilterWhere()
  590. dbQueryTrait orWhere()
  591. dbQueryTrait orderBy()
  592. dbQueryTrait where()
  593. dbSchema
  594. dbSchema $columnSchemaClass
  595. dbSchema $db
  596. dbSchema $defaultSchema
  597. dbSchema $exceptionMap
  598. dbSchema $lastInsertID
  599. dbSchema $queryBuilder
  600. dbSchema $schemaNames
  601. dbSchema $tableNames
  602. dbSchema $tableSchemas
  603. dbSchema $transactionIsolationLevel
  604. dbSchema convertException()
  605. dbSchema createColumnSchema()
  606. dbSchema createColumnSchemaBuilder()
  607. dbSchema createQueryBuilder()
  608. dbSchema createSavepoint()
  609. dbSchema findSchemaNames()
  610. dbSchema findTableNames()
  611. dbSchema findUniqueIndexes()
  612. dbSchema getCacheKey()
  613. dbSchema getCacheTag()
  614. dbSchema getColumnPhpType()
  615. dbSchema getLastInsertID()
  616. dbSchema getPdoType()
  617. dbSchema getQueryBuilder()
  618. dbSchema getRawTableName()
  619. dbSchema getSchemaNames()
  620. dbSchema getTableNames()
  621. dbSchema getTableSchema()
  622. dbSchema getTableSchemas()
  623. dbSchema insert()
  624. dbSchema isReadQuery()
  625. dbSchema loadTableSchema()
  626. dbSchema quoteColumnName()
  627. dbSchema quoteSimpleColumnName()
  628. dbSchema quoteSimpleTableName()
  629. dbSchema quoteTableName()
  630. dbSchema quoteValue()
  631. dbSchema refresh()
  632. dbSchema refreshTableSchema()
  633. dbSchema releaseSavepoint()
  634. dbSchema rollBackSavepoint()
  635. dbSchema setTransactionIsolationLevel()
  636. dbSchema supportsSavepoint()
  637. dbSchemaBuilderTrait
  638. dbSchemaBuilderTrait bigInteger()
  639. dbSchemaBuilderTrait bigPrimaryKey()
  640. dbSchemaBuilderTrait binary()
  641. dbSchemaBuilderTrait boolean()
  642. dbSchemaBuilderTrait char()
  643. dbSchemaBuilderTrait date()
  644. dbSchemaBuilderTrait dateTime()
  645. dbSchemaBuilderTrait decimal()
  646. dbSchemaBuilderTrait double()
  647. dbSchemaBuilderTrait float()
  648. dbSchemaBuilderTrait getDb()
  649. dbSchemaBuilderTrait integer()
  650. dbSchemaBuilderTrait money()
  651. dbSchemaBuilderTrait primaryKey()
  652. dbSchemaBuilderTrait smallInteger()
  653. dbSchemaBuilderTrait string()
  654. dbSchemaBuilderTrait text()
  655. dbSchemaBuilderTrait time()
  656. dbSchemaBuilderTrait timestamp()
  657. dbStaleObjectException
  658. dbStaleObjectException getName()
  659. dbTableSchema
  660. dbTableSchema $columnNames
  661. dbTableSchema $columns
  662. dbTableSchema $foreignKeys
  663. dbTableSchema $fullName
  664. dbTableSchema $name
  665. dbTableSchema $primaryKey
  666. dbTableSchema $schemaName
  667. dbTableSchema $sequenceName
  668. dbTableSchema fixPrimaryKey()
  669. dbTableSchema getColumn()
  670. dbTableSchema getColumnNames()
  671. dbTransaction
  672. dbTransaction $db
  673. dbTransaction $isActive
  674. dbTransaction $isolationLevel
  675. dbTransaction $level
  676. dbTransaction begin()
  677. dbTransaction commit()
  678. dbTransaction getIsActive()
  679. dbTransaction getLevel()
  680. dbTransaction rollBack()
  681. dbTransaction setIsolationLevel()
  682. dbViewFinderTrait
  683. dbViewFinderTrait findViewNames()
  684. dbViewFinderTrait getViewNames()

dbcubrid

  1. dbcubridColumnSchemaBuilder
  2. dbcubridColumnSchemaBuilder __toString()
  3. dbcubridColumnSchemaBuilder buildAfterString()
  4. dbcubridColumnSchemaBuilder buildCommentString()
  5. dbcubridColumnSchemaBuilder buildFirstString()
  6. dbcubridColumnSchemaBuilder buildUnsignedString()
  7. dbcubridQueryBuilder
  8. dbcubridQueryBuilder $likeEscapeCharacter
  9. dbcubridQueryBuilder $likeEscapingReplacements
  10. dbcubridQueryBuilder $typeMap
  11. dbcubridQueryBuilder addCommentOnColumn()
  12. dbcubridQueryBuilder addCommentOnTable()
  13. dbcubridQueryBuilder buildLimit()
  14. dbcubridQueryBuilder dropCommentFromColumn()
  15. dbcubridQueryBuilder dropCommentFromTable()
  16. dbcubridQueryBuilder resetSequence()
  17. dbcubridQueryBuilder selectExists()
  18. dbcubridSchema
  19. dbcubridSchema $exceptionMap
  20. dbcubridSchema $transactionIsolationLevel
  21. dbcubridSchema $typeMap
  22. dbcubridSchema createColumnSchemaBuilder()
  23. dbcubridSchema createQueryBuilder()
  24. dbcubridSchema findTableNames()
  25. dbcubridSchema getPdoType()
  26. dbcubridSchema loadColumnSchema()
  27. dbcubridSchema loadTableSchema()
  28. dbcubridSchema quoteSimpleColumnName()
  29. dbcubridSchema quoteSimpleTableName()
  30. dbcubridSchema releaseSavepoint()
  31. dbcubridSchema setTransactionIsolationLevel()

dbmssql

  1. dbmssqlPDO
  2. dbmssqlPDO beginTransaction()
  3. dbmssqlPDO commit()
  4. dbmssqlPDO getAttribute()
  5. dbmssqlPDO lastInsertId()
  6. dbmssqlPDO rollBack()
  7. dbmssqlQueryBuilder
  8. dbmssqlQueryBuilder $likeEscapingReplacements
  9. dbmssqlQueryBuilder $typeMap
  10. dbmssqlQueryBuilder addCommentOnColumn()
  11. dbmssqlQueryBuilder addCommentOnTable()
  12. dbmssqlQueryBuilder alterColumn()
  13. dbmssqlQueryBuilder buildCompositeInCondition()
  14. dbmssqlQueryBuilder buildOrderByAndLimit()
  15. dbmssqlQueryBuilder buildSubqueryInCondition()
  16. dbmssqlQueryBuilder checkIntegrity()
  17. dbmssqlQueryBuilder dropCommentFromColumn()
  18. dbmssqlQueryBuilder dropCommentFromTable()
  19. dbmssqlQueryBuilder getAllColumnNames()
  20. dbmssqlQueryBuilder insert()
  21. dbmssqlQueryBuilder isOldMssql()
  22. dbmssqlQueryBuilder newBuildOrderByAndLimit()
  23. dbmssqlQueryBuilder oldBuildOrderByAndLimit()
  24. dbmssqlQueryBuilder renameColumn()
  25. dbmssqlQueryBuilder renameTable()
  26. dbmssqlQueryBuilder resetSequence()
  27. dbmssqlQueryBuilder selectExists()
  28. dbmssqlQueryBuilder update()
  29. dbmssqlSchema
  30. dbmssqlSchema $defaultSchema
  31. dbmssqlSchema $typeMap
  32. dbmssqlSchema createQueryBuilder()
  33. dbmssqlSchema createSavepoint()
  34. dbmssqlSchema findColumns()
  35. dbmssqlSchema findForeignKeys()
  36. dbmssqlSchema findPrimaryKeys()
  37. dbmssqlSchema findTableConstraints()
  38. dbmssqlSchema findTableNames()
  39. dbmssqlSchema findUniqueIndexes()
  40. dbmssqlSchema findViewNames()
  41. dbmssqlSchema loadColumnSchema()
  42. dbmssqlSchema loadTableSchema()
  43. dbmssqlSchema quoteSimpleColumnName()
  44. dbmssqlSchema quoteSimpleTableName()
  45. dbmssqlSchema releaseSavepoint()
  46. dbmssqlSchema resolveTableNames()
  47. dbmssqlSchema rollBackSavepoint()
  48. dbmssqlSqlsrvPDO
  49. dbmssqlSqlsrvPDO lastInsertId()
  50. dbmssqlTableSchema
  51. dbmssqlTableSchema $catalogName

dbmysql

  1. dbmysqlColumnSchemaBuilder
  2. dbmysqlColumnSchemaBuilder __toString()
  3. dbmysqlColumnSchemaBuilder buildAfterString()
  4. dbmysqlColumnSchemaBuilder buildCommentString()
  5. dbmysqlColumnSchemaBuilder buildFirstString()
  6. dbmysqlColumnSchemaBuilder buildUnsignedString()
  7. dbmysqlQueryBuilder
  8. dbmysqlQueryBuilder $typeMap
  9. dbmysqlQueryBuilder addCommentOnColumn()
  10. dbmysqlQueryBuilder addCommentOnTable()
  11. dbmysqlQueryBuilder buildLimit()
  12. dbmysqlQueryBuilder checkIntegrity()
  13. dbmysqlQueryBuilder createIndex()
  14. dbmysqlQueryBuilder dropCommentFromColumn()
  15. dbmysqlQueryBuilder dropCommentFromTable()
  16. dbmysqlQueryBuilder dropForeignKey()
  17. dbmysqlQueryBuilder dropPrimaryKey()
  18. dbmysqlQueryBuilder hasLimit()
  19. dbmysqlQueryBuilder hasOffset()
  20. dbmysqlQueryBuilder insert()
  21. dbmysqlQueryBuilder renameColumn()
  22. dbmysqlQueryBuilder resetSequence()
  23. dbmysqlSchema
  24. dbmysqlSchema $typeMap
  25. dbmysqlSchema createColumnSchemaBuilder()
  26. dbmysqlSchema createQueryBuilder()
  27. dbmysqlSchema findColumns()
  28. dbmysqlSchema findConstraints()
  29. dbmysqlSchema findTableNames()
  30. dbmysqlSchema findUniqueIndexes()
  31. dbmysqlSchema getCreateTableSql()
  32. dbmysqlSchema loadColumnSchema()
  33. dbmysqlSchema loadTableSchema()
  34. dbmysqlSchema quoteSimpleColumnName()
  35. dbmysqlSchema quoteSimpleTableName()
  36. dbmysqlSchema resolveTableNames()

dboci

  1. dbociColumnSchemaBuilder
  2. dbociColumnSchemaBuilder __toString()
  3. dbociColumnSchemaBuilder buildUnsignedString()
  4. dbociQueryBuilder
  5. dbociQueryBuilder $likeEscapeCharacter
  6. dbociQueryBuilder $likeEscapingReplacements
  7. dbociQueryBuilder $typeMap
  8. dbociQueryBuilder addForeignKey()
  9. dbociQueryBuilder alterColumn()
  10. dbociQueryBuilder batchInsert()
  11. dbociQueryBuilder buildInCondition()
  12. dbociQueryBuilder buildLikeCondition()
  13. dbociQueryBuilder buildOrderByAndLimit()
  14. dbociQueryBuilder dropCommentFromColumn()
  15. dbociQueryBuilder dropCommentFromTable()
  16. dbociQueryBuilder dropIndex()
  17. dbociQueryBuilder insert()
  18. dbociQueryBuilder renameTable()
  19. dbociQueryBuilder resetSequence()
  20. dbociQueryBuilder selectExists()
  21. dbociQueryBuilder splitInCondition()
  22. dbociSchema
  23. dbociSchema $exceptionMap
  24. dbociSchema $lastInsertID
  25. dbociSchema createColumn()
  26. dbociSchema createColumnSchemaBuilder()
  27. dbociSchema createQueryBuilder()
  28. dbociSchema extractColumnSize()
  29. dbociSchema extractColumnType()
  30. dbociSchema findColumns()
  31. dbociSchema findConstraints()
  32. dbociSchema findSchemaNames()
  33. dbociSchema findTableNames()
  34. dbociSchema findUniqueIndexes()
  35. dbociSchema getLastInsertID()
  36. dbociSchema getTableSequenceName()
  37. dbociSchema init()
  38. dbociSchema insert()
  39. dbociSchema loadTableSchema()
  40. dbociSchema quoteSimpleTableName()
  41. dbociSchema releaseSavepoint()
  42. dbociSchema resolveTableNames()

dbpgsql

  1. dbpgsqlQueryBuilder
  2. dbpgsqlQueryBuilder $conditionBuilders
  3. dbpgsqlQueryBuilder $typeMap
  4. dbpgsqlQueryBuilder alterColumn()
  5. dbpgsqlQueryBuilder batchInsert()
  6. dbpgsqlQueryBuilder checkIntegrity()
  7. dbpgsqlQueryBuilder createIndex()
  8. dbpgsqlQueryBuilder dropIndex()
  9. dbpgsqlQueryBuilder insert()
  10. dbpgsqlQueryBuilder renameTable()
  11. dbpgsqlQueryBuilder resetSequence()
  12. dbpgsqlQueryBuilder truncateTable()
  13. dbpgsqlQueryBuilder update()
  14. dbpgsqlSchema
  15. dbpgsqlSchema $defaultSchema
  16. dbpgsqlSchema $typeMap
  17. dbpgsqlSchema createQueryBuilder()
  18. dbpgsqlSchema findColumns()
  19. dbpgsqlSchema findConstraints()
  20. dbpgsqlSchema findSchemaNames()
  21. dbpgsqlSchema findTableNames()
  22. dbpgsqlSchema findUniqueIndexes()
  23. dbpgsqlSchema findViewNames()
  24. dbpgsqlSchema getUniqueIndexInformation()
  25. dbpgsqlSchema insert()
  26. dbpgsqlSchema loadColumnSchema()
  27. dbpgsqlSchema loadTableSchema()
  28. dbpgsqlSchema quoteSimpleTableName()
  29. dbpgsqlSchema resolveTableNames()

dbsqlite

  1. dbsqliteColumnSchemaBuilder
  2. dbsqliteColumnSchemaBuilder __toString()
  3. dbsqliteColumnSchemaBuilder buildUnsignedString()
  4. dbsqliteQueryBuilder
  5. dbsqliteQueryBuilder $likeEscapeCharacter
  6. dbsqliteQueryBuilder $typeMap
  7. dbsqliteQueryBuilder addCommentOnColumn()
  8. dbsqliteQueryBuilder addCommentOnTable()
  9. dbsqliteQueryBuilder addForeignKey()
  10. dbsqliteQueryBuilder addPrimaryKey()
  11. dbsqliteQueryBuilder alterColumn()
  12. dbsqliteQueryBuilder batchInsert()
  13. dbsqliteQueryBuilder build()
  14. dbsqliteQueryBuilder buildCompositeInCondition()
  15. dbsqliteQueryBuilder buildLimit()
  16. dbsqliteQueryBuilder buildSubqueryInCondition()
  17. dbsqliteQueryBuilder buildUnion()
  18. dbsqliteQueryBuilder checkIntegrity()
  19. dbsqliteQueryBuilder dropColumn()
  20. dbsqliteQueryBuilder dropCommentFromColumn()
  21. dbsqliteQueryBuilder dropCommentFromTable()
  22. dbsqliteQueryBuilder dropForeignKey()
  23. dbsqliteQueryBuilder dropIndex()
  24. dbsqliteQueryBuilder dropPrimaryKey()
  25. dbsqliteQueryBuilder renameColumn()
  26. dbsqliteQueryBuilder renameTable()
  27. dbsqliteQueryBuilder resetSequence()
  28. dbsqliteQueryBuilder truncateTable()
  29. dbsqliteSchema
  30. dbsqliteSchema $transactionIsolationLevel
  31. dbsqliteSchema $typeMap
  32. dbsqliteSchema createColumnSchemaBuilder()
  33. dbsqliteSchema createQueryBuilder()
  34. dbsqliteSchema findColumns()
  35. dbsqliteSchema findConstraints()
  36. dbsqliteSchema findTableNames()
  37. dbsqliteSchema findUniqueIndexes()
  38. dbsqliteSchema loadColumnSchema()
  39. dbsqliteSchema loadTableSchema()
  40. dbsqliteSchema quoteSimpleColumnName()
  41. dbsqliteSchema quoteSimpleTableName()
  42. dbsqliteSchema setTransactionIsolationLevel()

debug

  1. debugactionsdbExplainAction
  2. debugactionsdbExplainAction $panel
  3. debugactionsdbExplainAction run()
  4. debugcomponentssearchFilter
  5. debugcomponentssearchFilter $rules
  6. debugcomponentssearchFilter addMatcher()
  7. debugcomponentssearchFilter filter()
  8. debugcomponentssearchmatchersBase
  9. debugcomponentssearchmatchersBase $baseValue
  10. debugcomponentssearchmatchersBase $value
  11. debugcomponentssearchmatchersBase hasValue()
  12. debugcomponentssearchmatchersBase setValue()
  13. debugcomponentssearchmatchersGreaterThan
  14. debugcomponentssearchmatchersGreaterThan match()
  15. debugcomponentssearchmatchersGreaterThanOrEqual
  16. debugcomponentssearchmatchersGreaterThanOrEqual match()
  17. debugcomponentssearchmatchersLowerThan
  18. debugcomponentssearchmatchersLowerThan match()
  19. debugcomponentssearchmatchersMatcherInterface
  20. debugcomponentssearchmatchersMatcherInterface hasValue()
  21. debugcomponentssearchmatchersMatcherInterface match()
  22. debugcomponentssearchmatchersMatcherInterface setValue()
  23. debugcomponentssearchmatchersSameAs
  24. debugcomponentssearchmatchersSameAs $partial
  25. debugcomponentssearchmatchersSameAs match()
  26. debugcontrollersDefaultController
  27. debugcontrollersDefaultController $layout
  28. debugcontrollersDefaultController $module
  29. debugcontrollersDefaultController $summary
  30. debugcontrollersDefaultController actionDownloadMail()
  31. debugcontrollersDefaultController actionIndex()
  32. debugcontrollersDefaultController actionToolbar()
  33. debugcontrollersDefaultController actionView()
  34. debugcontrollersDefaultController actions()
  35. debugcontrollersDefaultController beforeAction()
  36. debugcontrollersDefaultController getManifest()
  37. debugcontrollersDefaultController loadData()
  38. debugcontrollersUserController
  39. debugcontrollersUserController actionResetIdentity()
  40. debugcontrollersUserController actionSetIdentity()
  41. debugcontrollersUserController beforeAction()
  42. debugDebugAsset
  43. debugDebugAsset $css
  44. debugDebugAsset $depends
  45. debugDebugAsset $sourcePath
  46. debugLogTarget
  47. debugLogTarget $module
  48. debugLogTarget $tag
  49. debugLogTarget __construct()
  50. debugLogTarget collect()
  51. debugLogTarget collectSummary()
  52. debugLogTarget export()
  53. debugLogTarget gc()
  54. debugLogTarget getSqlTotalCount()
  55. debugmodelsRouter
  56. debugmodelsRouter $count
  57. debugmodelsRouter $hasMatch
  58. debugmodelsRouter $logs
  59. debugmodelsRouter $message
  60. debugmodelsRouter $messages
  61. debugmodelsRouter init()
  62. debugmodelssearchBase
  63. debugmodelssearchBase addCondition()
  64. debugmodelssearchDb
  65. debugmodelssearchDb $query
  66. debugmodelssearchDb $type
  67. debugmodelssearchDb attributeLabels()
  68. debugmodelssearchDb rules()
  69. debugmodelssearchDb search()
  70. debugmodelssearchDebug
  71. debugmodelssearchDebug $ajax
  72. debugmodelssearchDebug $criticalCodes
  73. debugmodelssearchDebug $ip
  74. debugmodelssearchDebug $mailCount
  75. debugmodelssearchDebug $method
  76. debugmodelssearchDebug $sqlCount
  77. debugmodelssearchDebug $statusCode
  78. debugmodelssearchDebug $tag
  79. debugmodelssearchDebug $url
  80. debugmodelssearchDebug attributeLabels()
  81. debugmodelssearchDebug isCodeCritical()
  82. debugmodelssearchDebug rules()
  83. debugmodelssearchDebug search()
  84. debugmodelssearchLog
  85. debugmodelssearchLog $category
  86. debugmodelssearchLog $level
  87. debugmodelssearchLog $message
  88. debugmodelssearchLog attributeLabels()
  89. debugmodelssearchLog rules()
  90. debugmodelssearchLog search()
  91. debugmodelssearchMail
  92. debugmodelssearchMail $bcc
  93. debugmodelssearchMail $body
  94. debugmodelssearchMail $cc
  95. debugmodelssearchMail $charset
  96. debugmodelssearchMail $file
  97. debugmodelssearchMail $from
  98. debugmodelssearchMail $headers
  99. debugmodelssearchMail $reply
  100. debugmodelssearchMail $subject
  101. debugmodelssearchMail $to
  102. debugmodelssearchMail attributeLabels()
  103. debugmodelssearchMail rules()
  104. debugmodelssearchMail search()
  105. debugmodelssearchProfile
  106. debugmodelssearchProfile $category
  107. debugmodelssearchProfile $info
  108. debugmodelssearchProfile attributeLabels()
  109. debugmodelssearchProfile rules()
  110. debugmodelssearchProfile search()
  111. debugmodelssearchUser
  112. debugmodelssearchUser $identityImplement
  113. debugmodelssearchUser __get()
  114. debugmodelssearchUser __set()
  115. debugmodelssearchUser attributes()
  116. debugmodelssearchUser init()
  117. debugmodelssearchUser rules()
  118. debugmodelssearchUser search()
  119. debugmodelssearchUserSearchInterface
  120. debugmodelssearchUserSearchInterface search()
  121. debugmodelstimelineDataProvider
  122. debugmodelstimelineDataProvider $panel
  123. debugmodelstimelineDataProvider $rulers
  124. debugmodelstimelineDataProvider __construct()
  125. debugmodelstimelineDataProvider getColor()
  126. debugmodelstimelineDataProvider getCssClass()
  127. debugmodelstimelineDataProvider getLeft()
  128. debugmodelstimelineDataProvider getMemory()
  129. debugmodelstimelineDataProvider getRulers()
  130. debugmodelstimelineDataProvider getTime()
  131. debugmodelstimelineDataProvider getWidth()
  132. debugmodelstimelineDataProvider prepareModels()
  133. debugmodelstimelineSearch
  134. debugmodelstimelineSearch $category
  135. debugmodelstimelineSearch $duration
  136. debugmodelstimelineSearch attributeLabels()
  137. debugmodelstimelineSearch rules()
  138. debugmodelstimelineSearch search()
  139. debugmodelstimelineSvg
  140. debugmodelstimelineSvg $gradient
  141. debugmodelstimelineSvg $listenMessages
  142. debugmodelstimelineSvg $panel
  143. debugmodelstimelineSvg $points
  144. debugmodelstimelineSvg $stroke
  145. debugmodelstimelineSvg $template
  146. debugmodelstimelineSvg $x
  147. debugmodelstimelineSvg $y
  148. debugmodelstimelineSvg __construct()
  149. debugmodelstimelineSvg __toString()
  150. debugmodelstimelineSvg addPoints()
  151. debugmodelstimelineSvg hasPoints()
  152. debugmodelstimelineSvg linearGradient()
  153. debugmodelstimelineSvg polygon()
  154. debugmodelstimelineSvg polyline()
  155. debugmodelsUserSwitch
  156. debugmodelsUserSwitch $mainUser
  157. debugmodelsUserSwitch $user
  158. debugmodelsUserSwitch $userByIdentity
  159. debugmodelsUserSwitch attributeLabels()
  160. debugmodelsUserSwitch getMainUser()
  161. debugmodelsUserSwitch getUser()
  162. debugmodelsUserSwitch isMainUser()
  163. debugmodelsUserSwitch reset()
  164. debugmodelsUserSwitch rules()
  165. debugmodelsUserSwitch setUser()
  166. debugmodelsUserSwitch setUserByIdentity()
  167. debugModule
  168. debugModule $allowedHosts
  169. debugModule $allowedIPs
  170. debugModule $controllerNamespace
  171. debugModule $dataPath
  172. debugModule $debugHeaders
  173. debugModule $defaultPanel
  174. debugModule $dirMode
  175. debugModule $enableDebugLogs
  176. debugModule $fileMode
  177. debugModule $historySize
  178. debugModule $logTarget
  179. debugModule $panels
  180. debugModule $toolbarHtml
  181. debugModule $traceLine
  182. debugModule beforeAction()
  183. debugModule bootstrap()
  184. debugModule checkAccess()
  185. debugModule corePanels()
  186. debugModule defaultVersion()
  187. debugModule getToolbarHtml()
  188. debugModule getYiiLogo()
  189. debugModule init()
  190. debugModule initPanels()
  191. debugModule renderToolbar()
  192. debugModule resetGlobalSettings()
  193. debugModule setDebugHeaders()
  194. debugModule setYiiLogo()
  195. debugPanel
  196. debugPanel $actions
  197. debugPanel $data
  198. debugPanel $detail
  199. debugPanel $id
  200. debugPanel $module
  201. debugPanel $name
  202. debugPanel $summary
  203. debugPanel $tag
  204. debugPanel $url
  205. debugPanel getDetail()
  206. debugPanel getName()
  207. debugPanel getSummary()
  208. debugPanel getTraceLine()
  209. debugPanel getUrl()
  210. debugPanel load()
  211. debugPanel save()
  212. debugpanelsAssetPanel
  213. debugpanelsAssetPanel $detail
  214. debugpanelsAssetPanel $name
  215. debugpanelsAssetPanel $summary
  216. debugpanelsAssetPanel format()
  217. debugpanelsAssetPanel formatOptions()
  218. debugpanelsAssetPanel getDetail()
  219. debugpanelsAssetPanel getName()
  220. debugpanelsAssetPanel getSummary()
  221. debugpanelsAssetPanel save()
  222. debugpanelsConfigPanel
  223. debugpanelsConfigPanel $detail
  224. debugpanelsConfigPanel $extensions
  225. debugpanelsConfigPanel $name
  226. debugpanelsConfigPanel $phpInfo
  227. debugpanelsConfigPanel $summary
  228. debugpanelsConfigPanel getDetail()
  229. debugpanelsConfigPanel getExtensions()
  230. debugpanelsConfigPanel getName()
  231. debugpanelsConfigPanel getPhpInfo()
  232. debugpanelsConfigPanel getSummary()
  233. debugpanelsConfigPanel save()
  234. debugpanelsDbPanel
  235. debugpanelsDbPanel $criticalQueryThreshold
  236. debugpanelsDbPanel $db
  237. debugpanelsDbPanel $defaultFilter
  238. debugpanelsDbPanel $defaultOrder
  239. debugpanelsDbPanel $detail
  240. debugpanelsDbPanel $name
  241. debugpanelsDbPanel $profileLogs
  242. debugpanelsDbPanel $summary
  243. debugpanelsDbPanel $summaryName
  244. debugpanelsDbPanel $types
  245. debugpanelsDbPanel calculateTimings()
  246. debugpanelsDbPanel canBeExplained()
  247. debugpanelsDbPanel getDb()
  248. debugpanelsDbPanel getDetail()
  249. debugpanelsDbPanel getModels()
  250. debugpanelsDbPanel getName()
  251. debugpanelsDbPanel getProfileLogs()
  252. debugpanelsDbPanel getQueryType()
  253. debugpanelsDbPanel getSummary()
  254. debugpanelsDbPanel getSummaryName()
  255. debugpanelsDbPanel getTotalQueryTime()
  256. debugpanelsDbPanel getTypes()
  257. debugpanelsDbPanel hasExplain()
  258. debugpanelsDbPanel init()
  259. debugpanelsDbPanel isQueryCountCritical()
  260. debugpanelsDbPanel save()
  261. debugpanelsLogPanel
  262. debugpanelsLogPanel $detail
  263. debugpanelsLogPanel $name
  264. debugpanelsLogPanel $summary
  265. debugpanelsLogPanel getDetail()
  266. debugpanelsLogPanel getModels()
  267. debugpanelsLogPanel getName()
  268. debugpanelsLogPanel getSummary()
  269. debugpanelsLogPanel save()
  270. debugpanelsMailPanel
  271. debugpanelsMailPanel $detail
  272. debugpanelsMailPanel $mailPath
  273. debugpanelsMailPanel $messages
  274. debugpanelsMailPanel $name
  275. debugpanelsMailPanel $summary
  276. debugpanelsMailPanel getDetail()
  277. debugpanelsMailPanel getMessages()
  278. debugpanelsMailPanel getName()
  279. debugpanelsMailPanel getSummary()
  280. debugpanelsMailPanel init()
  281. debugpanelsMailPanel save()
  282. debugpanelsProfilingPanel
  283. debugpanelsProfilingPanel $detail
  284. debugpanelsProfilingPanel $name
  285. debugpanelsProfilingPanel $summary
  286. debugpanelsProfilingPanel getDetail()
  287. debugpanelsProfilingPanel getModels()
  288. debugpanelsProfilingPanel getName()
  289. debugpanelsProfilingPanel getSummary()
  290. debugpanelsProfilingPanel save()
  291. debugpanelsRequestPanel
  292. debugpanelsRequestPanel $detail
  293. debugpanelsRequestPanel $name
  294. debugpanelsRequestPanel $summary
  295. debugpanelsRequestPanel getDetail()
  296. debugpanelsRequestPanel getFlashes()
  297. debugpanelsRequestPanel getName()
  298. debugpanelsRequestPanel getSummary()
  299. debugpanelsRequestPanel save()
  300. debugpanelsRouterPanel
  301. debugpanelsRouterPanel $categories
  302. debugpanelsRouterPanel $detail
  303. debugpanelsRouterPanel $name
  304. debugpanelsRouterPanel getCategories()
  305. debugpanelsRouterPanel getDetail()
  306. debugpanelsRouterPanel getName()
  307. debugpanelsRouterPanel save()
  308. debugpanelsRouterPanel setCategories()
  309. debugpanelsTimelinePanel
  310. debugpanelsTimelinePanel $colors
  311. debugpanelsTimelinePanel $detail
  312. debugpanelsTimelinePanel $duration
  313. debugpanelsTimelinePanel $memory
  314. debugpanelsTimelinePanel $name
  315. debugpanelsTimelinePanel $start
  316. debugpanelsTimelinePanel $svg
  317. debugpanelsTimelinePanel $svgOptions
  318. debugpanelsTimelinePanel getColors()
  319. debugpanelsTimelinePanel getDetail()
  320. debugpanelsTimelinePanel getDuration()
  321. debugpanelsTimelinePanel getMemory()
  322. debugpanelsTimelinePanel getModels()
  323. debugpanelsTimelinePanel getName()
  324. debugpanelsTimelinePanel getStart()
  325. debugpanelsTimelinePanel getSvg()
  326. debugpanelsTimelinePanel getSvgOptions()
  327. debugpanelsTimelinePanel init()
  328. debugpanelsTimelinePanel load()
  329. debugpanelsTimelinePanel save()
  330. debugpanelsTimelinePanel setColors()
  331. debugpanelsTimelinePanel setSvgOptions()
  332. debugpanelsUserPanel
  333. debugpanelsUserPanel $detail
  334. debugpanelsUserPanel $filterColumns
  335. debugpanelsUserPanel $filterModel
  336. debugpanelsUserPanel $name
  337. debugpanelsUserPanel $ruleUserSwitch
  338. debugpanelsUserPanel $summary
  339. debugpanelsUserPanel $userDataProvider
  340. debugpanelsUserPanel $userSwitch
  341. debugpanelsUserPanel $usersFilterModel
  342. debugpanelsUserPanel canSearchUsers()
  343. debugpanelsUserPanel canSwitchUser()
  344. debugpanelsUserPanel dataToString()
  345. debugpanelsUserPanel getDetail()
  346. debugpanelsUserPanel getName()
  347. debugpanelsUserPanel getSummary()
  348. debugpanelsUserPanel getUserDataProvider()
  349. debugpanelsUserPanel getUsersFilterModel()
  350. debugpanelsUserPanel identityData()
  351. debugpanelsUserPanel init()
  352. debugpanelsUserPanel save()
  353. debugTimelineAsset
  354. debugTimelineAsset $css
  355. debugTimelineAsset $js
  356. debugTimelineAsset $sourcePath
  357. debugUserswitchAsset
  358. debugUserswitchAsset $js
  359. debugUserswitchAsset $sourcePath

di

  1. diContainer
  2. diContainer $definitions
  3. diContainer $singleton
  4. diContainer $singletons
  5. diContainer build()
  6. diContainer clear()
  7. diContainer get()
  8. diContainer getDefinitions()
  9. diContainer getDependencies()
  10. diContainer has()
  11. diContainer hasSingleton()
  12. diContainer invoke()
  13. diContainer mergeParams()
  14. diContainer normalizeDefinition()
  15. diContainer resolveCallableDependencies()
  16. diContainer resolveDependencies()
  17. diContainer set()
  18. diContainer setDefinitions()
  19. diContainer setSingleton()
  20. diContainer setSingletons()
  21. diInstance
  22. diInstance $id
  23. diInstance __construct()
  24. diInstance __set_state()
  25. diInstance ensure()
  26. diInstance get()
  27. diInstance of()
  28. diNotInstantiableException
  29. diNotInstantiableException __construct()
  30. diNotInstantiableException getName()
  31. diServiceLocator
  32. diServiceLocator $components
  33. diServiceLocator __get()
  34. diServiceLocator __isset()
  35. diServiceLocator clear()
  36. diServiceLocator get()
  37. diServiceLocator getComponents()
  38. diServiceLocator has()
  39. diServiceLocator set()
  40. diServiceLocator setComponents()

elasticsearch

  1. elasticsearchActiveDataProvider
  2. elasticsearchActiveDataProvider $aggregations
  3. elasticsearchActiveDataProvider $queryResults
  4. elasticsearchActiveDataProvider getAggregation()
  5. elasticsearchActiveDataProvider getAggregations()
  6. elasticsearchActiveDataProvider getQueryResults()
  7. elasticsearchActiveDataProvider prepareKeys()
  8. elasticsearchActiveDataProvider prepareModels()
  9. elasticsearchActiveDataProvider prepareTotalCount()
  10. elasticsearchActiveDataProvider setQueryResults()
  11. elasticsearchActiveFixture
  12. elasticsearchActiveFixture $dataFile
  13. elasticsearchActiveFixture $db
  14. elasticsearchActiveFixture $index
  15. elasticsearchActiveFixture $type
  16. elasticsearchActiveFixture getData()
  17. elasticsearchActiveFixture init()
  18. elasticsearchActiveFixture load()
  19. elasticsearchActiveFixture resetIndex()
  20. elasticsearchActiveQuery
  21. elasticsearchActiveQuery EVENT_INIT
  22. elasticsearchActiveQuery __construct()
  23. elasticsearchActiveQuery all()
  24. elasticsearchActiveQuery column()
  25. elasticsearchActiveQuery createCommand()
  26. elasticsearchActiveQuery init()
  27. elasticsearchActiveQuery one()
  28. elasticsearchActiveQuery populate()
  29. elasticsearchActiveQuery search()
  30. elasticsearchActiveRecord
  31. elasticsearchActiveRecord $explanation
  32. elasticsearchActiveRecord $highlight
  33. elasticsearchActiveRecord $oldPrimaryKey
  34. elasticsearchActiveRecord $primaryKey
  35. elasticsearchActiveRecord $score
  36. elasticsearchActiveRecord arrayAttributes()
  37. elasticsearchActiveRecord attributes()
  38. elasticsearchActiveRecord delete()
  39. elasticsearchActiveRecord deleteAll()
  40. elasticsearchActiveRecord find()
  41. elasticsearchActiveRecord findAll()
  42. elasticsearchActiveRecord findOne()
  43. elasticsearchActiveRecord get()
  44. elasticsearchActiveRecord getDb()
  45. elasticsearchActiveRecord getExplanation()
  46. elasticsearchActiveRecord getHighlight()
  47. elasticsearchActiveRecord getOldPrimaryKey()
  48. elasticsearchActiveRecord getPrimaryKey()
  49. elasticsearchActiveRecord getScore()
  50. elasticsearchActiveRecord index()
  51. elasticsearchActiveRecord insert()
  52. elasticsearchActiveRecord instantiate()
  53. elasticsearchActiveRecord mget()
  54. elasticsearchActiveRecord optimisticLock()
  55. elasticsearchActiveRecord populateRecord()
  56. elasticsearchActiveRecord primaryKey()
  57. elasticsearchActiveRecord primaryKeysByCondition()
  58. elasticsearchActiveRecord setPrimaryKey()
  59. elasticsearchActiveRecord type()
  60. elasticsearchActiveRecord unlinkAll()
  61. elasticsearchActiveRecord update()
  62. elasticsearchActiveRecord updateAll()
  63. elasticsearchActiveRecord updateAllCounters()
  64. elasticsearchActiveRecord updateInternal()
  65. elasticsearchBatchQueryResult
  66. elasticsearchBatchQueryResult $db
  67. elasticsearchBatchQueryResult $each
  68. elasticsearchBatchQueryResult $query
  69. elasticsearchBatchQueryResult $scrollWindow
  70. elasticsearchBatchQueryResult __destruct()
  71. elasticsearchBatchQueryResult current()
  72. elasticsearchBatchQueryResult fetchData()
  73. elasticsearchBatchQueryResult key()
  74. elasticsearchBatchQueryResult next()
  75. elasticsearchBatchQueryResult reset()
  76. elasticsearchBatchQueryResult rewind()
  77. elasticsearchBatchQueryResult valid()
  78. elasticsearchBulkCommand
  79. elasticsearchBulkCommand $actions
  80. elasticsearchBulkCommand $db
  81. elasticsearchBulkCommand $index
  82. elasticsearchBulkCommand $options
  83. elasticsearchBulkCommand $type
  84. elasticsearchBulkCommand addAction()
  85. elasticsearchBulkCommand addDeleteAction()
  86. elasticsearchBulkCommand execute()
  87. elasticsearchCommand
  88. elasticsearchCommand $db
  89. elasticsearchCommand $index
  90. elasticsearchCommand $indexStatus
  91. elasticsearchCommand $mapping
  92. elasticsearchCommand $options
  93. elasticsearchCommand $queryParts
  94. elasticsearchCommand $type
  95. elasticsearchCommand clearIndexCache()
  96. elasticsearchCommand clearScroll()
  97. elasticsearchCommand closeIndex()
  98. elasticsearchCommand createIndex()
  99. elasticsearchCommand createTemplate()
  100. elasticsearchCommand delete()
  101. elasticsearchCommand deleteAllIndexes()
  102. elasticsearchCommand deleteByQuery()
  103. elasticsearchCommand deleteIndex()
  104. elasticsearchCommand deleteMapping()
  105. elasticsearchCommand deleteTemplate()
  106. elasticsearchCommand exists()
  107. elasticsearchCommand flushIndex()
  108. elasticsearchCommand get()
  109. elasticsearchCommand getIndexStatus()
  110. elasticsearchCommand getMapping()
  111. elasticsearchCommand getSource()
  112. elasticsearchCommand getTemplate()
  113. elasticsearchCommand indexExists()
  114. elasticsearchCommand insert()
  115. elasticsearchCommand mget()
  116. elasticsearchCommand openIndex()
  117. elasticsearchCommand refreshIndex()
  118. elasticsearchCommand scroll()
  119. elasticsearchCommand search()
  120. elasticsearchCommand setMapping()
  121. elasticsearchCommand suggest()
  122. elasticsearchCommand typeExists()
  123. elasticsearchCommand update()
  124. elasticsearchCommand updateAnalyzers()
  125. elasticsearchCommand updateSettings()
  126. elasticsearchConnection
  127. elasticsearchConnection $activeNode
  128. elasticsearchConnection $auth
  129. elasticsearchConnection $autodetectCluster
  130. elasticsearchConnection $clusterState
  131. elasticsearchConnection $connectionTimeout
  132. elasticsearchConnection $dataTimeout
  133. elasticsearchConnection $defaultProtocol
  134. elasticsearchConnection $driverName
  135. elasticsearchConnection $isActive
  136. elasticsearchConnection $nodeInfo
  137. elasticsearchConnection $nodes
  138. elasticsearchConnection $queryBuilder
  139. elasticsearchConnection EVENT_AFTER_OPEN
  140. elasticsearchConnection __sleep()
  141. elasticsearchConnection close()
  142. elasticsearchConnection createBulkCommand()
  143. elasticsearchConnection createCommand()
  144. elasticsearchConnection decodeErrorBody()
  145. elasticsearchConnection delete()
  146. elasticsearchConnection get()
  147. elasticsearchConnection getClusterState()
  148. elasticsearchConnection getDriverName()
  149. elasticsearchConnection getIsActive()
  150. elasticsearchConnection getNodeInfo()
  151. elasticsearchConnection getQueryBuilder()
  152. elasticsearchConnection head()
  153. elasticsearchConnection httpRequest()
  154. elasticsearchConnection init()
  155. elasticsearchConnection initConnection()
  156. elasticsearchConnection open()
  157. elasticsearchConnection populateNodes()
  158. elasticsearchConnection post()
  159. elasticsearchConnection put()
  160. elasticsearchConnection selectActiveNode()
  161. elasticsearchDebugAction
  162. elasticsearchDebugAction $controller
  163. elasticsearchDebugAction $db
  164. elasticsearchDebugAction $panel
  165. elasticsearchDebugAction run()
  166. elasticsearchDebugPanel
  167. elasticsearchDebugPanel $db
  168. elasticsearchDebugPanel $detail
  169. elasticsearchDebugPanel $name
  170. elasticsearchDebugPanel $summary
  171. elasticsearchDebugPanel calculateTimings()
  172. elasticsearchDebugPanel getDetail()
  173. elasticsearchDebugPanel getName()
  174. elasticsearchDebugPanel getSummary()
  175. elasticsearchDebugPanel init()
  176. elasticsearchDebugPanel save()
  177. elasticsearchElasticsearchTarget
  178. elasticsearchElasticsearchTarget $_contextMessage
  179. elasticsearchElasticsearchTarget $cacheContext
  180. elasticsearchElasticsearchTarget $db
  181. elasticsearchElasticsearchTarget $includeContext
  182. elasticsearchElasticsearchTarget $index
  183. elasticsearchElasticsearchTarget $logContext
  184. elasticsearchElasticsearchTarget $options
  185. elasticsearchElasticsearchTarget $type
  186. elasticsearchElasticsearchTarget collect()
  187. elasticsearchElasticsearchTarget export()
  188. elasticsearchElasticsearchTarget getContextMessage()
  189. elasticsearchElasticsearchTarget init()
  190. elasticsearchElasticsearchTarget prepareMessage()
  191. elasticsearchException
  192. elasticsearchException getName()
  193. elasticsearchQuery
  194. elasticsearchQuery $aggregations
  195. elasticsearchQuery $explain
  196. elasticsearchQuery $fields
  197. elasticsearchQuery $filter
  198. elasticsearchQuery $highlight
  199. elasticsearchQuery $index
  200. elasticsearchQuery $minScore
  201. elasticsearchQuery $options
  202. elasticsearchQuery $postFilter
  203. elasticsearchQuery $query
  204. elasticsearchQuery $source
  205. elasticsearchQuery $stats
  206. elasticsearchQuery $suggest
  207. elasticsearchQuery $timeout
  208. elasticsearchQuery $type
  209. elasticsearchQuery addAgg()
  210. elasticsearchQuery addAggregate()
  211. elasticsearchQuery addAggregation()
  212. elasticsearchQuery addOptions()
  213. elasticsearchQuery addSuggester()
  214. elasticsearchQuery all()
  215. elasticsearchQuery batch()
  216. elasticsearchQuery column()
  217. elasticsearchQuery count()
  218. elasticsearchQuery createCommand()
  219. elasticsearchQuery delete()
  220. elasticsearchQuery each()
  221. elasticsearchQuery exists()
  222. elasticsearchQuery explain()
  223. elasticsearchQuery fields()
  224. elasticsearchQuery filter()
  225. elasticsearchQuery from()
  226. elasticsearchQuery highlight()
  227. elasticsearchQuery init()
  228. elasticsearchQuery minScore()
  229. elasticsearchQuery one()
  230. elasticsearchQuery options()
  231. elasticsearchQuery populate()
  232. elasticsearchQuery postFilter()
  233. elasticsearchQuery query()
  234. elasticsearchQuery scalar()
  235. elasticsearchQuery search()
  236. elasticsearchQuery source()
  237. elasticsearchQuery stats()
  238. elasticsearchQuery timeout()
  239. elasticsearchQueryBuilder
  240. elasticsearchQueryBuilder $db
  241. elasticsearchQueryBuilder __construct()
  242. elasticsearchQueryBuilder build()
  243. elasticsearchQueryBuilder buildCompositeInCondition()
  244. elasticsearchQueryBuilder buildCondition()
  245. elasticsearchQueryBuilder buildOrderBy()

faker

  1. fakerFixtureController
  2. fakerFixtureController $count
  3. fakerFixtureController $fixtureDataPath
  4. fakerFixtureController $generator
  5. fakerFixtureController $language
  6. fakerFixtureController $providers
  7. fakerFixtureController $templatePath
  8. fakerFixtureController actionGenerate()
  9. fakerFixtureController actionGenerateAll()
  10. fakerFixtureController actionTemplates()
  11. fakerFixtureController addProviders()
  12. fakerFixtureController beforeAction()
  13. fakerFixtureController checkPaths()
  14. fakerFixtureController confirmGeneration()
  15. fakerFixtureController exportFixtures()
  16. fakerFixtureController findTemplatesFiles()
  17. fakerFixtureController generateFixture()
  18. fakerFixtureController generateFixtureFile()
  19. fakerFixtureController getGenerator()
  20. fakerFixtureController notifyNoTemplatesFound()
  21. fakerFixtureController notifyNotFoundTemplates()
  22. fakerFixtureController notifyTemplatesCanBeGenerated()
  23. fakerFixtureController notifyTemplatesGenerated()
  24. fakerFixtureController options()

filters

  1. filtersAccessControl
  2. filtersAccessControl $denyCallback
  3. filtersAccessControl $ruleConfig
  4. filtersAccessControl $rules
  5. filtersAccessControl $user
  6. filtersAccessControl beforeAction()
  7. filtersAccessControl denyAccess()
  8. filtersAccessControl init()
  9. filtersAccessRule
  10. filtersAccessRule $actions
  11. filtersAccessRule $allow
  12. filtersAccessRule $controllers
  13. filtersAccessRule $denyCallback
  14. filtersAccessRule $ips
  15. filtersAccessRule $matchCallback
  16. filtersAccessRule $roleParams
  17. filtersAccessRule $roles
  18. filtersAccessRule $verbs
  19. filtersAccessRule allows()
  20. filtersAccessRule matchAction()
  21. filtersAccessRule matchController()
  22. filtersAccessRule matchCustom()
  23. filtersAccessRule matchIP()
  24. filtersAccessRule matchRole()
  25. filtersAccessRule matchVerb()
  26. filtersauthAuthInterface
  27. filtersauthAuthInterface authenticate()
  28. filtersauthAuthInterface challenge()
  29. filtersauthAuthInterface handleFailure()
  30. filtersauthAuthMethod
  31. filtersauthAuthMethod $optional
  32. filtersauthAuthMethod $request
  33. filtersauthAuthMethod $response
  34. filtersauthAuthMethod $user
  35. filtersauthAuthMethod beforeAction()
  36. filtersauthAuthMethod challenge()
  37. filtersauthAuthMethod handleFailure()
  38. filtersauthAuthMethod isOptional()
  39. filtersauthCompositeAuth
  40. filtersauthCompositeAuth $authMethods
  41. filtersauthCompositeAuth authenticate()
  42. filtersauthCompositeAuth beforeAction()
  43. filtersauthCompositeAuth challenge()
  44. filtersauthHttpBasicAuth
  45. filtersauthHttpBasicAuth $auth
  46. filtersauthHttpBasicAuth $realm
  47. filtersauthHttpBasicAuth authenticate()
  48. filtersauthHttpBasicAuth challenge()
  49. filtersauthHttpBearerAuth
  50. filtersauthHttpBearerAuth $realm
  51. filtersauthHttpBearerAuth authenticate()
  52. filtersauthHttpBearerAuth challenge()
  53. filtersauthQueryParamAuth
  54. filtersauthQueryParamAuth $tokenParam
  55. filtersauthQueryParamAuth authenticate()
  56. filtersContentNegotiator
  57. filtersContentNegotiator $formatParam
  58. filtersContentNegotiator $formats
  59. filtersContentNegotiator $languageParam
  60. filtersContentNegotiator $languages
  61. filtersContentNegotiator $request
  62. filtersContentNegotiator $response
  63. filtersContentNegotiator beforeAction()
  64. filtersContentNegotiator bootstrap()
  65. filtersContentNegotiator isLanguageSupported()
  66. filtersContentNegotiator negotiate()
  67. filtersContentNegotiator negotiateContentType()
  68. filtersContentNegotiator negotiateLanguage()
  69. filtersCors
  70. filtersCors $actions
  71. filtersCors $cors
  72. filtersCors $request
  73. filtersCors $response
  74. filtersCors addCorsHeaders()
  75. filtersCors beforeAction()
  76. filtersCors extractHeaders()
  77. filtersCors headerize()
  78. filtersCors headerizeToPhp()
  79. filtersCors overrideDefaultSettings()
  80. filtersCors prepareAllowHeaders()
  81. filtersCors prepareHeaders()
  82. filtersHostControl
  83. filtersHostControl $allowedHosts
  84. filtersHostControl $denyCallback
  85. filtersHostControl $fallbackHostInfo
  86. filtersHostControl beforeAction()
  87. filtersHostControl denyAccess()
  88. filtersHttpCache
  89. filtersHttpCache $cacheControlHeader
  90. filtersHttpCache $enabled
  91. filtersHttpCache $etagSeed
  92. filtersHttpCache $lastModified
  93. filtersHttpCache $params
  94. filtersHttpCache $sessionCacheLimiter
  95. filtersHttpCache $weakEtag
  96. filtersHttpCache beforeAction()
  97. filtersHttpCache generateEtag()
  98. filtersHttpCache sendCacheControlHeader()
  99. filtersHttpCache validateCache()
  100. filtersPageCache
  101. filtersPageCache $cache
  102. filtersPageCache $cacheCookies
  103. filtersPageCache $cacheHeaders
  104. filtersPageCache $dependency
  105. filtersPageCache $duration
  106. filtersPageCache $dynamicPlaceholders
  107. filtersPageCache $enabled
  108. filtersPageCache $variations
  109. filtersPageCache $varyByRoute
  110. filtersPageCache $view
  111. filtersPageCache afterRestoreResponse()
  112. filtersPageCache beforeAction()
  113. filtersPageCache beforeCacheResponse()
  114. filtersPageCache cacheResponse()
  115. filtersPageCache calculateCacheKey()
  116. filtersPageCache init()
  117. filtersPageCache restoreResponse()
  118. filtersPageCache updateDynamicContent()
  119. filtersRateLimiter
  120. filtersRateLimiter $enableRateLimitHeaders
  121. filtersRateLimiter $errorMessage
  122. filtersRateLimiter $request
  123. filtersRateLimiter $response
  124. filtersRateLimiter $user
  125. filtersRateLimiter addRateLimitHeaders()
  126. filtersRateLimiter beforeAction()
  127. filtersRateLimiter checkRateLimit()
  128. filtersRateLimiter init()
  129. filtersRateLimitInterface
  130. filtersRateLimitInterface getRateLimit()
  131. filtersRateLimitInterface loadAllowance()
  132. filtersRateLimitInterface saveAllowance()
  133. filtersVerbFilter
  134. filtersVerbFilter $actions
  135. filtersVerbFilter beforeAction()
  136. filtersVerbFilter events()

gii

  1. giiCodeFile
  2. giiCodeFile $content
  3. giiCodeFile $id
  4. giiCodeFile $operation
  5. giiCodeFile $path
  6. giiCodeFile $relativePath
  7. giiCodeFile $type
  8. giiCodeFile __construct()
  9. giiCodeFile diff()
  10. giiCodeFile getRelativePath()
  11. giiCodeFile getType()
  12. giiCodeFile preview()
  13. giiCodeFile save()
  14. giicomponentsActiveField
  15. giicomponentsActiveField $model
  16. giicomponentsActiveField autoComplete()
  17. giicomponentsActiveField init()
  18. giicomponentsActiveField sticky()
  19. giiconsoleGenerateAction
  20. giiconsoleGenerateAction $controller
  21. giiconsoleGenerateAction $generator
  22. giiconsoleGenerateAction displayValidationErrors()
  23. giiconsoleGenerateAction generateCode()
  24. giiconsoleGenerateAction run()
  25. giiconsoleGenerateController
  26. giiconsoleGenerateController $generators
  27. giiconsoleGenerateController $module
  28. giiconsoleGenerateController $overwrite
  29. giiconsoleGenerateController $uniqueID
  30. giiconsoleGenerateController __get()
  31. giiconsoleGenerateController __set()
  32. giiconsoleGenerateController actionIndex()
  33. giiconsoleGenerateController actions()
  34. giiconsoleGenerateController createAction()
  35. giiconsoleGenerateController formatHint()
  36. giiconsoleGenerateController getActionArgsHelp()
  37. giiconsoleGenerateController getActionHelp()
  38. giiconsoleGenerateController getActionHelpSummary()
  39. giiconsoleGenerateController getActionOptionsHelp()
  40. giiconsoleGenerateController getUniqueID()
  41. giiconsoleGenerateController init()
  42. giiconsoleGenerateController options()
  43. giicontrollersDefaultController
  44. giicontrollersDefaultController $generator
  45. giicontrollersDefaultController $layout
  46. giicontrollersDefaultController $module
  47. giicontrollersDefaultController actionAction()
  48. giicontrollersDefaultController actionDiff()
  49. giicontrollersDefaultController actionIndex()
  50. giicontrollersDefaultController actionPreview()
  51. giicontrollersDefaultController actionView()
  52. giicontrollersDefaultController loadGenerator()
  53. giiGenerator
  54. giiGenerator $description
  55. giiGenerator $enableI18N
  56. giiGenerator $messageCategory
  57. giiGenerator $name
  58. giiGenerator $stickyDataFile
  59. giiGenerator $template
  60. giiGenerator $templatePath
  61. giiGenerator $templates
  62. giiGenerator attributeLabels()
  63. giiGenerator autoCompleteData()
  64. giiGenerator defaultTemplate()
  65. giiGenerator formView()
  66. giiGenerator generate()
  67. giiGenerator generateString()
  68. giiGenerator getDescription()
  69. giiGenerator getName()
  70. giiGenerator getStickyDataFile()
  71. giiGenerator getTemplatePath()
  72. giiGenerator hints()
  73. giiGenerator init()
  74. giiGenerator isReservedKeyword()
  75. giiGenerator loadStickyAttributes()
  76. giiGenerator render()
  77. giiGenerator requiredTemplates()
  78. giiGenerator rules()
  79. giiGenerator save()
  80. giiGenerator saveStickyAttributes()
  81. giiGenerator stickyAttributes()
  82. giiGenerator successMessage()
  83. giiGenerator validateClass()
  84. giiGenerator validateMessageCategory()
  85. giiGenerator validateNewClass()
  86. giiGenerator validateTemplate()
  87. giigeneratorscontrollerGenerator
  88. giigeneratorscontrollerGenerator $actionIDs
  89. giigeneratorscontrollerGenerator $actions
  90. giigeneratorscontrollerGenerator $baseClass
  91. giigeneratorscontrollerGenerator $controllerClass
  92. giigeneratorscontrollerGenerator $controllerFile
  93. giigeneratorscontrollerGenerator $controllerID
  94. giigeneratorscontrollerGenerator $controllerNamespace
  95. giigeneratorscontrollerGenerator $controllerSubPath
  96. giigeneratorscontrollerGenerator $description
  97. giigeneratorscontrollerGenerator $name
  98. giigeneratorscontrollerGenerator $viewPath
  99. giigeneratorscontrollerGenerator attributeLabels()
  100. giigeneratorscontrollerGenerator generate()
  101. giigeneratorscontrollerGenerator getActionIDs()
  102. giigeneratorscontrollerGenerator getControllerFile()
  103. giigeneratorscontrollerGenerator getControllerID()
  104. giigeneratorscontrollerGenerator getControllerNamespace()
  105. giigeneratorscontrollerGenerator getControllerSubPath()
  106. giigeneratorscontrollerGenerator getDescription()
  107. giigeneratorscontrollerGenerator getName()
  108. giigeneratorscontrollerGenerator getViewFile()
  109. giigeneratorscontrollerGenerator hints()
  110. giigeneratorscontrollerGenerator requiredTemplates()
  111. giigeneratorscontrollerGenerator rules()
  112. giigeneratorscontrollerGenerator stickyAttributes()
  113. giigeneratorscontrollerGenerator successMessage()
  114. giigeneratorscrudGenerator
  115. giigeneratorscrudGenerator $baseControllerClass
  116. giigeneratorscrudGenerator $columnNames
  117. giigeneratorscrudGenerator $controllerClass
  118. giigeneratorscrudGenerator $controllerID
  119. giigeneratorscrudGenerator $description
  120. giigeneratorscrudGenerator $enablePjax
  121. giigeneratorscrudGenerator $indexWidgetType
  122. giigeneratorscrudGenerator $modelClass
  123. giigeneratorscrudGenerator $name
  124. giigeneratorscrudGenerator $nameAttribute
  125. giigeneratorscrudGenerator $searchAttributes
  126. giigeneratorscrudGenerator $searchModelClass
  127. giigeneratorscrudGenerator $tableSchema
  128. giigeneratorscrudGenerator $viewPath
  129. giigeneratorscrudGenerator attributeLabels()
  130. giigeneratorscrudGenerator generate()
  131. giigeneratorscrudGenerator generateActionParamComments()
  132. giigeneratorscrudGenerator generateActionParams()
  133. giigeneratorscrudGenerator generateActiveField()
  134. giigeneratorscrudGenerator generateActiveSearchField()
  135. giigeneratorscrudGenerator generateColumnFormat()
  136. giigeneratorscrudGenerator generateSearchConditions()
  137. giigeneratorscrudGenerator generateSearchLabels()
  138. giigeneratorscrudGenerator generateSearchRules()
  139. giigeneratorscrudGenerator generateUrlParams()
  140. giigeneratorscrudGenerator getClassDbDriverName()
  141. giigeneratorscrudGenerator getColumnNames()
  142. giigeneratorscrudGenerator getControllerID()
  143. giigeneratorscrudGenerator getDescription()
  144. giigeneratorscrudGenerator getName()
  145. giigeneratorscrudGenerator getNameAttribute()
  146. giigeneratorscrudGenerator getSearchAttributes()
  147. giigeneratorscrudGenerator getTableSchema()
  148. giigeneratorscrudGenerator getViewPath()
  149. giigeneratorscrudGenerator hints()
  150. giigeneratorscrudGenerator requiredTemplates()
  151. giigeneratorscrudGenerator rules()
  152. giigeneratorscrudGenerator stickyAttributes()
  153. giigeneratorscrudGenerator validateModelClass()
  154. giigeneratorsextensionGenerator
  155. giigeneratorsextensionGenerator $authorEmail
  156. giigeneratorsextensionGenerator $authorName
  157. giigeneratorsextensionGenerator $description
  158. giigeneratorsextensionGenerator $keywords
  159. giigeneratorsextensionGenerator $keywordsArrayJson
  160. giigeneratorsextensionGenerator $license
  161. giigeneratorsextensionGenerator $name
  162. giigeneratorsextensionGenerator $namespace
  163. giigeneratorsextensionGenerator $outputPath
  164. giigeneratorsextensionGenerator $packageName
  165. giigeneratorsextensionGenerator $title
  166. giigeneratorsextensionGenerator $type
  167. giigeneratorsextensionGenerator $vendorName
  168. giigeneratorsextensionGenerator attributeLabels()
  169. giigeneratorsextensionGenerator generate()
  170. giigeneratorsextensionGenerator getDescription()
  171. giigeneratorsextensionGenerator getKeywordsArrayJson()
  172. giigeneratorsextensionGenerator getName()
  173. giigeneratorsextensionGenerator getOutputPath()
  174. giigeneratorsextensionGenerator hints()
  175. giigeneratorsextensionGenerator optsLicense()
  176. giigeneratorsextensionGenerator optsType()
  177. giigeneratorsextensionGenerator requiredTemplates()
  178. giigeneratorsextensionGenerator rules()
  179. giigeneratorsextensionGenerator stickyAttributes()
  180. giigeneratorsextensionGenerator successMessage()
  181. giigeneratorsformGenerator
  182. giigeneratorsformGenerator $description
  183. giigeneratorsformGenerator $modelAttributes
  184. giigeneratorsformGenerator $modelClass
  185. giigeneratorsformGenerator $name
  186. giigeneratorsformGenerator $scenarioName
  187. giigeneratorsformGenerator $viewName
  188. giigeneratorsformGenerator $viewPath
  189. giigeneratorsformGenerator attributeLabels()
  190. giigeneratorsformGenerator generate()
  191. giigeneratorsformGenerator getDescription()
  192. giigeneratorsformGenerator getModelAttributes()
  193. giigeneratorsformGenerator getName()
  194. giigeneratorsformGenerator hints()
  195. giigeneratorsformGenerator requiredTemplates()
  196. giigeneratorsformGenerator rules()
  197. giigeneratorsformGenerator stickyAttributes()
  198. giigeneratorsformGenerator successMessage()
  199. giigeneratorsformGenerator validateViewPath()
  200. giigeneratorsmodelGenerator
  201. giigeneratorsmodelGenerator $baseClass
  202. giigeneratorsmodelGenerator $classNames
  203. giigeneratorsmodelGenerator $db
  204. giigeneratorsmodelGenerator $description
  205. giigeneratorsmodelGenerator $generateLabelsFromComments
  206. giigeneratorsmodelGenerator $generateQuery
  207. giigeneratorsmodelGenerator $generateRelations
  208. giigeneratorsmodelGenerator $generateRelationsFromCurrentSchema
  209. giigeneratorsmodelGenerator $modelClass
  210. giigeneratorsmodelGenerator $name
  211. giigeneratorsmodelGenerator $ns
  212. giigeneratorsmodelGenerator $queryBaseClass
  213. giigeneratorsmodelGenerator $queryClass
  214. giigeneratorsmodelGenerator $queryNs
  215. giigeneratorsmodelGenerator $tableName
  216. giigeneratorsmodelGenerator $tableNames
  217. giigeneratorsmodelGenerator $tablePrefix
  218. giigeneratorsmodelGenerator $useSchemaName
  219. giigeneratorsmodelGenerator $useTablePrefix
  220. giigeneratorsmodelGenerator addInverseRelations()
  221. giigeneratorsmodelGenerator attributeLabels()
  222. giigeneratorsmodelGenerator autoCompleteData()
  223. giigeneratorsmodelGenerator checkJunctionTable()
  224. giigeneratorsmodelGenerator generate()
  225. giigeneratorsmodelGenerator generateClassName()
  226. giigeneratorsmodelGenerator generateLabels()
  227. giigeneratorsmodelGenerator generateQueryClassName()
  228. giigeneratorsmodelGenerator generateRelationLink()
  229. giigeneratorsmodelGenerator generateRelationName()
  230. giigeneratorsmodelGenerator generateRelations()
  231. giigeneratorsmodelGenerator generateRules()
  232. giigeneratorsmodelGenerator generateTableName()
  233. giigeneratorsmodelGenerator getDbConnection()
  234. giigeneratorsmodelGenerator getDbDriverName()
  235. giigeneratorsmodelGenerator getDescription()
  236. giigeneratorsmodelGenerator getName()
  237. giigeneratorsmodelGenerator getSchemaNames()
  238. giigeneratorsmodelGenerator getTableNames()
  239. giigeneratorsmodelGenerator getTablePrefix()
  240. giigeneratorsmodelGenerator hints()
  241. giigeneratorsmodelGenerator isColumnAutoIncremental()
  242. giigeneratorsmodelGenerator isHasManyRelation()
  243. giigeneratorsmodelGenerator requiredTemplates()
  244. giigeneratorsmodelGenerator rules()
  245. giigeneratorsmodelGenerator stickyAttributes()
  246. giigeneratorsmodelGenerator validateDb()
  247. giigeneratorsmodelGenerator validateModelClass()
  248. giigeneratorsmodelGenerator validateNamespace()
  249. giigeneratorsmodelGenerator validateTableName()
  250. giigeneratorsmoduleGenerator
  251. giigeneratorsmoduleGenerator $controllerNamespace
  252. giigeneratorsmoduleGenerator $description
  253. giigeneratorsmoduleGenerator $moduleClass
  254. giigeneratorsmoduleGenerator $moduleID
  255. giigeneratorsmoduleGenerator $modulePath
  256. giigeneratorsmoduleGenerator $name
  257. giigeneratorsmoduleGenerator attributeLabels()
  258. giigeneratorsmoduleGenerator generate()
  259. giigeneratorsmoduleGenerator getControllerNamespace()
  260. giigeneratorsmoduleGenerator getDescription()
  261. giigeneratorsmoduleGenerator getModulePath()
  262. giigeneratorsmoduleGenerator getName()
  263. giigeneratorsmoduleGenerator hints()
  264. giigeneratorsmoduleGenerator requiredTemplates()
  265. giigeneratorsmoduleGenerator rules()
  266. giigeneratorsmoduleGenerator successMessage()
  267. giigeneratorsmoduleGenerator validateModuleClass()
  268. giiGiiAsset
  269. giiGiiAsset $css
  270. giiGiiAsset $depends
  271. giiGiiAsset $js
  272. giiGiiAsset $sourcePath
  273. giiModule
  274. giiModule $allowedIPs
  275. giiModule $controllerNamespace
  276. giiModule $generators
  277. giiModule $newDirMode
  278. giiModule $newFileMode
  279. giiModule beforeAction()
  280. giiModule bootstrap()
  281. giiModule checkAccess()
  282. giiModule coreGenerators()
  283. giiModule defaultVersion()
  284. giiModule resetGlobalSettings()
  285. giiTypeAheadAsset
  286. giiTypeAheadAsset $depends
  287. giiTypeAheadAsset $js
  288. giiTypeAheadAsset $sourcePath

grid

  1. gridActionColumn
  2. gridActionColumn $buttonOptions
  3. gridActionColumn $buttons
  4. gridActionColumn $controller
  5. gridActionColumn $headerOptions
  6. gridActionColumn $template
  7. gridActionColumn $urlCreator
  8. gridActionColumn $visibleButtons
  9. gridActionColumn createUrl()
  10. gridActionColumn init()
  11. gridActionColumn initDefaultButton()
  12. gridActionColumn initDefaultButtons()
  13. gridActionColumn renderDataCellContent()
  14. gridCheckboxColumn
  15. gridCheckboxColumn $checkboxOptions
  16. gridCheckboxColumn $cssClass
  17. gridCheckboxColumn $multiple
  18. gridCheckboxColumn $name
  19. gridCheckboxColumn getHeaderCheckBoxName()
  20. gridCheckboxColumn init()
  21. gridCheckboxColumn registerClientScript()
  22. gridCheckboxColumn renderDataCellContent()
  23. gridCheckboxColumn renderHeaderCellContent()
  24. gridColumn
  25. gridColumn $content
  26. gridColumn $contentOptions
  27. gridColumn $filterOptions
  28. gridColumn $footer
  29. gridColumn $footerOptions
  30. gridColumn $grid
  31. gridColumn $header
  32. gridColumn $headerOptions
  33. gridColumn $options
  34. gridColumn $visible
  35. gridColumn getHeaderCellLabel()
  36. gridColumn renderDataCell()
  37. gridColumn renderDataCellContent()
  38. gridColumn renderFilterCell()
  39. gridColumn renderFilterCellContent()
  40. gridColumn renderFooterCell()
  41. gridColumn renderFooterCellContent()
  42. gridColumn renderHeaderCell()
  43. gridColumn renderHeaderCellContent()
  44. gridDataColumn
  45. gridDataColumn $attribute
  46. gridDataColumn $enableSorting
  47. gridDataColumn $encodeLabel
  48. gridDataColumn $filter
  49. gridDataColumn $filterInputOptions
  50. gridDataColumn $format
  51. gridDataColumn $label
  52. gridDataColumn $sortLinkOptions
  53. gridDataColumn $value
  54. gridDataColumn getDataCellValue()
  55. gridDataColumn getHeaderCellLabel()
  56. gridDataColumn renderDataCellContent()
  57. gridDataColumn renderFilterCellContent()
  58. gridDataColumn renderHeaderCellContent()
  59. gridGridView
  60. gridGridView $afterRow
  61. gridGridView $beforeRow
  62. gridGridView $caption
  63. gridGridView $captionOptions
  64. gridGridView $columns
  65. gridGridView $dataColumnClass
  66. gridGridView $emptyCell
  67. gridGridView $filterErrorOptions
  68. gridGridView $filterErrorSummaryOptions
  69. gridGridView $filterModel
  70. gridGridView $filterPosition
  71. gridGridView $filterRowOptions
  72. gridGridView $filterSelector
  73. gridGridView $filterUrl
  74. gridGridView $footerRowOptions
  75. gridGridView $formatter
  76. gridGridView $headerRowOptions
  77. gridGridView $layout
  78. gridGridView $options
  79. gridGridView $rowOptions
  80. gridGridView $showFooter
  81. gridGridView $showHeader
  82. gridGridView $showOnEmpty
  83. gridGridView $tableOptions
  84. gridGridView createDataColumn()
  85. gridGridView getClientOptions()
  86. gridGridView guessColumns()
  87. gridGridView init()
  88. gridGridView initColumns()
  89. gridGridView renderCaption()
  90. gridGridView renderColumnGroup()
  91. gridGridView renderErrors()
  92. gridGridView renderFilters()
  93. gridGridView renderItems()
  94. gridGridView renderSection()
  95. gridGridView renderTableBody()
  96. gridGridView renderTableFooter()
  97. gridGridView renderTableHeader()
  98. gridGridView renderTableRow()
  99. gridGridView run()
  100. gridGridViewAsset
  101. gridGridViewAsset $depends
  102. gridGridViewAsset $js
  103. gridGridViewAsset $sourcePath
  104. gridRadioButtonColumn
  105. gridRadioButtonColumn $name
  106. gridRadioButtonColumn $radioOptions
  107. gridRadioButtonColumn init()
  108. gridRadioButtonColumn renderDataCellContent()
  109. gridSerialColumn
  110. gridSerialColumn $header
  111. gridSerialColumn renderDataCellContent()

helpers

  1. helpersArrayHelper
  2. helpersBaseArrayHelper
  3. helpersBaseArrayHelper filter()
  4. helpersBaseArrayHelper getColumn()
  5. helpersBaseArrayHelper getValue()
  6. helpersBaseArrayHelper htmlDecode()
  7. helpersBaseArrayHelper htmlEncode()
  8. helpersBaseArrayHelper index()
  9. helpersBaseArrayHelper isAssociative()
  10. helpersBaseArrayHelper isIn()
  11. helpersBaseArrayHelper isIndexed()
  12. helpersBaseArrayHelper isSubset()
  13. helpersBaseArrayHelper isTraversable()
  14. helpersBaseArrayHelper keyExists()
  15. helpersBaseArrayHelper map()
  16. helpersBaseArrayHelper merge()
  17. helpersBaseArrayHelper multisort()
  18. helpersBaseArrayHelper remove()
  19. helpersBaseArrayHelper removeValue()
  20. helpersBaseArrayHelper toArray()
  21. helpersBaseConsole
  22. helpersBaseConsole ansiFormat()
  23. helpersBaseConsole ansiFormatCode()
  24. helpersBaseConsole ansiStrlen()
  25. helpersBaseConsole ansiToHtml()
  26. helpersBaseConsole beginAnsiFormat()
  27. helpersBaseConsole clearLine()
  28. helpersBaseConsole clearLineAfterCursor()
  29. helpersBaseConsole clearLineBeforeCursor()
  30. helpersBaseConsole clearScreen()
  31. helpersBaseConsole clearScreenAfterCursor()
  32. helpersBaseConsole clearScreenBeforeCursor()
  33. helpersBaseConsole confirm()
  34. helpersBaseConsole endAnsiFormat()
  35. helpersBaseConsole endProgress()
  36. helpersBaseConsole error()
  37. helpersBaseConsole escape()
  38. helpersBaseConsole getScreenSize()
  39. helpersBaseConsole hideCursor()
  40. helpersBaseConsole input()
  41. helpersBaseConsole isRunningOnWindows()
  42. helpersBaseConsole markdownToAnsi()
  43. helpersBaseConsole moveCursorBackward()
  44. helpersBaseConsole moveCursorDown()
  45. helpersBaseConsole moveCursorForward()
  46. helpersBaseConsole moveCursorNextLine()
  47. helpersBaseConsole moveCursorPrevLine()
  48. helpersBaseConsole moveCursorTo()
  49. helpersBaseConsole moveCursorUp()
  50. helpersBaseConsole output()
  51. helpersBaseConsole prompt()
  52. helpersBaseConsole renderColoredString()
  53. helpersBaseConsole restoreCursorPosition()
  54. helpersBaseConsole saveCursorPosition()
  55. helpersBaseConsole scrollDown()
  56. helpersBaseConsole scrollUp()
  57. helpersBaseConsole select()
  58. helpersBaseConsole showCursor()
  59. helpersBaseConsole startProgress()
  60. helpersBaseConsole stderr()
  61. helpersBaseConsole stdin()
  62. helpersBaseConsole stdout()
  63. helpersBaseConsole streamSupportsAnsiColors()
  64. helpersBaseConsole stripAnsiFormat()
  65. helpersBaseConsole updateProgress()
  66. helpersBaseConsole wrapText()
  67. helpersBaseConsole xtermBgColor()
  68. helpersBaseConsole xtermFgColor()
  69. helpersBaseFileHelper
  70. helpersBaseFileHelper $mimeMagicFile
  71. helpersBaseFileHelper copyDirectory()
  72. helpersBaseFileHelper createDirectory()
  73. helpersBaseFileHelper filterPath()
  74. helpersBaseFileHelper findFiles()
  75. helpersBaseFileHelper getExtensionsByMimeType()
  76. helpersBaseFileHelper getMimeType()
  77. helpersBaseFileHelper getMimeTypeByExtension()
  78. helpersBaseFileHelper loadMimeTypes()
  79. helpersBaseFileHelper localize()
  80. helpersBaseFileHelper normalizeOptions()
  81. helpersBaseFileHelper normalizePath()
  82. helpersBaseFileHelper removeDirectory()
  83. helpersBaseFormatConverter
  84. helpersBaseFormatConverter $juiFallbackDatePatterns
  85. helpersBaseFormatConverter $phpFallbackDatePatterns
  86. helpersBaseFormatConverter convertDateIcuToJui()
  87. helpersBaseFormatConverter convertDateIcuToPhp()
  88. helpersBaseFormatConverter convertDatePhpToIcu()
  89. helpersBaseFormatConverter convertDatePhpToJui()
  90. helpersBaseHtml
  91. helpersBaseHtml $attributeOrder
  92. helpersBaseHtml $attributeRegex
  93. helpersBaseHtml $dataAttributes
  94. helpersBaseHtml $voidElements
  95. helpersBaseHtml a()
  96. helpersBaseHtml activeBooleanInput()
  97. helpersBaseHtml activeCheckbox()
  98. helpersBaseHtml activeCheckboxList()
  99. helpersBaseHtml activeDropDownList()
  100. helpersBaseHtml activeFileInput()
  101. helpersBaseHtml activeHiddenInput()
  102. helpersBaseHtml activeHint()
  103. helpersBaseHtml activeInput()
  104. helpersBaseHtml activeLabel()
  105. helpersBaseHtml activeListBox()
  106. helpersBaseHtml activeListInput()
  107. helpersBaseHtml activePasswordInput()
  108. helpersBaseHtml activeRadio()
  109. helpersBaseHtml activeRadioList()
  110. helpersBaseHtml activeTextInput()
  111. helpersBaseHtml activeTextarea()
  112. helpersBaseHtml addCssClass()
  113. helpersBaseHtml addCssStyle()
  114. helpersBaseHtml beginForm()
  115. helpersBaseHtml beginTag()
  116. helpersBaseHtml booleanInput()
  117. helpersBaseHtml button()
  118. helpersBaseHtml buttonInput()
  119. helpersBaseHtml checkbox()
  120. helpersBaseHtml checkboxList()
  121. helpersBaseHtml csrfMetaTags()
  122. helpersBaseHtml cssFile()
  123. helpersBaseHtml cssStyleFromArray()
  124. helpersBaseHtml cssStyleToArray()
  125. helpersBaseHtml decode()
  126. helpersBaseHtml dropDownList()
  127. helpersBaseHtml encode()
  128. helpersBaseHtml endForm()
  129. helpersBaseHtml endTag()
  130. helpersBaseHtml error()
  131. helpersBaseHtml errorSummary()
  132. helpersBaseHtml escapeJsRegularExpression()
  133. helpersBaseHtml fileInput()
  134. helpersBaseHtml getAttributeName()
  135. helpersBaseHtml getAttributeValue()
  136. helpersBaseHtml getInputId()
  137. helpersBaseHtml getInputName()
  138. helpersBaseHtml hiddenInput()
  139. helpersBaseHtml img()
  140. helpersBaseHtml input()
  141. helpersBaseHtml jsFile()
  142. helpersBaseHtml label()
  143. helpersBaseHtml listBox()
  144. helpersBaseHtml mailto()
  145. helpersBaseHtml ol()
  146. helpersBaseHtml passwordInput()
  147. helpersBaseHtml radio()
  148. helpersBaseHtml radioList()
  149. helpersBaseHtml removeCssClass()
  150. helpersBaseHtml removeCssStyle()
  151. helpersBaseHtml renderSelectOptions()
  152. helpersBaseHtml renderTagAttributes()
  153. helpersBaseHtml resetButton()
  154. helpersBaseHtml resetInput()
  155. helpersBaseHtml script()
  156. helpersBaseHtml style()
  157. helpersBaseHtml submitButton()
  158. helpersBaseHtml submitInput()
  159. helpersBaseHtml tag()
  160. helpersBaseHtml textInput()
  161. helpersBaseHtml textarea()
  162. helpersBaseHtml ul()
  163. helpersBaseHtmlPurifier
  164. helpersBaseHtmlPurifier configure()
  165. helpersBaseHtmlPurifier process()
  166. helpersBaseInflector
  167. helpersBaseInflector $plurals
  168. helpersBaseInflector $singulars
  169. helpersBaseInflector $specials
  170. helpersBaseInflector $transliteration
  171. helpersBaseInflector $transliterator
  172. helpersBaseInflector camel2id()
  173. helpersBaseInflector camel2words()
  174. helpersBaseInflector camelize()
  175. helpersBaseInflector classify()
  176. helpersBaseInflector hasIntl()
  177. helpersBaseInflector humanize()
  178. helpersBaseInflector id2camel()
  179. helpersBaseInflector ordinalize()
  180. helpersBaseInflector pluralize()
  181. helpersBaseInflector sentence()
  182. helpersBaseInflector singularize()
  183. helpersBaseInflector slug()
  184. helpersBaseInflector tableize()
  185. helpersBaseInflector titleize()
  186. helpersBaseInflector transliterate()
  187. helpersBaseInflector underscore()
  188. helpersBaseInflector variablize()
  189. helpersBaseJson
  190. helpersBaseJson $jsonErrorMessages
  191. helpersBaseJson decode()
  192. helpersBaseJson encode()
  193. helpersBaseJson handleJsonError()
  194. helpersBaseJson htmlEncode()
  195. helpersBaseJson processData()
  196. helpersBaseMarkdown
  197. helpersBaseMarkdown $defaultFlavor
  198. helpersBaseMarkdown $flavors
  199. helpersBaseMarkdown getParser()
  200. helpersBaseMarkdown process()
  201. helpersBaseMarkdown processParagraph()
  202. helpersBaseStringHelper
  203. helpersBaseStringHelper base64UrlDecode()
  204. helpersBaseStringHelper base64UrlEncode()
  205. helpersBaseStringHelper basename()
  206. helpersBaseStringHelper byteLength()
  207. helpersBaseStringHelper byteSubstr()
  208. helpersBaseStringHelper countWords()
  209. helpersBaseStringHelper dirname()
  210. helpersBaseStringHelper endsWith()
  211. helpersBaseStringHelper explode()
  212. helpersBaseStringHelper normalizeNumber()
  213. helpersBaseStringHelper startsWith()
  214. helpersBaseStringHelper truncate()
  215. helpersBaseStringHelper truncateHtml()
  216. helpersBaseStringHelper truncateWords()
  217. helpersBaseUrl
  218. helpersBaseUrl $urlManager
  219. helpersBaseUrl base()
  220. helpersBaseUrl canonical()
  221. helpersBaseUrl current()
  222. helpersBaseUrl ensureScheme()
  223. helpersBaseUrl getUrlManager()
  224. helpersBaseUrl home()
  225. helpersBaseUrl isRelative()
  226. helpersBaseUrl normalizeRoute()
  227. helpersBaseUrl previous()
  228. helpersBaseUrl remember()
  229. helpersBaseUrl to()
  230. helpersBaseUrl toRoute()
  231. helpersBaseVarDumper
  232. helpersBaseVarDumper dump()
  233. helpersBaseVarDumper dumpAsString()
  234. helpersBaseVarDumper export()
  235. helpersConsole
  236. helpersFileHelper
  237. helpersFormatConverter
  238. helpersHtml
  239. helpersHtmlPurifier
  240. helpersInflector
  241. helpersJson
  242. helpersMarkdown
  243. helpersReplaceArrayValue
  244. helpersReplaceArrayValue $value
  245. helpersReplaceArrayValue __construct()
  246. helpersStringHelper
  247. helpersUnsetArrayValue
  248. helpersUrl
  249. helpersVarDumper

httpclient

  1. httpclientClient
  2. httpclientClient $baseUrl
  3. httpclientClient $contentLoggingMaxSize
  4. httpclientClient $formatters
  5. httpclientClient $parsers
  6. httpclientClient $requestConfig
  7. httpclientClient $responseConfig
  8. httpclientClient $transport
  9. httpclientClient EVENT_AFTER_SEND
  10. httpclientClient EVENT_BEFORE_SEND
  11. httpclientClient afterSend()
  12. httpclientClient batchSend()
  13. httpclientClient beforeSend()
  14. httpclientClient createRequest()
  15. httpclientClient createRequestLogToken()
  16. httpclientClient createResponse()
  17. httpclientClient delete()
  18. httpclientClient get()
  19. httpclientClient getFormatter()
  20. httpclientClient getParser()
  21. httpclientClient getTransport()
  22. httpclientClient head()
  23. httpclientClient options()
  24. httpclientClient patch()
  25. httpclientClient post()
  26. httpclientClient put()
  27. httpclientClient send()
  28. httpclientClient setTransport()
  29. httpclientCurlTransport
  30. httpclientCurlTransport batchSend()
  31. httpclientCurlTransport send()
  32. httpclientdebugHttpClientPanel
  33. httpclientdebugHttpClientPanel $detail
  34. httpclientdebugHttpClientPanel $httpClient
  35. httpclientdebugHttpClientPanel $methods
  36. httpclientdebugHttpClientPanel $name
  37. httpclientdebugHttpClientPanel $summary
  38. httpclientdebugHttpClientPanel $types
  39. httpclientdebugHttpClientPanel calculateTimings()
  40. httpclientdebugHttpClientPanel getDetail()
  41. httpclientdebugHttpClientPanel getHttpClient()
  42. httpclientdebugHttpClientPanel getMethods()
  43. httpclientdebugHttpClientPanel getModels()
  44. httpclientdebugHttpClientPanel getName()
  45. httpclientdebugHttpClientPanel getRequestMethod()
  46. httpclientdebugHttpClientPanel getRequestType()
  47. httpclientdebugHttpClientPanel getSummary()
  48. httpclientdebugHttpClientPanel getTotalRequestTime()
  49. httpclientdebugHttpClientPanel getTypes()
  50. httpclientdebugHttpClientPanel init()
  51. httpclientdebugHttpClientPanel save()
  52. httpclientdebugHttpClientPanel setHttpClient()
  53. httpclientdebugRequestExecuteAction
  54. httpclientdebugRequestExecuteAction $panel
  55. httpclientdebugRequestExecuteAction createRequestFromLog()
  56. httpclientdebugRequestExecuteAction run()
  57. httpclientdebugSearchModel
  58. httpclientdebugSearchModel $method
  59. httpclientdebugSearchModel $request
  60. httpclientdebugSearchModel $type
  61. httpclientdebugSearchModel attributeLabels()
  62. httpclientdebugSearchModel rules()
  63. httpclientdebugSearchModel search()
  64. httpclientException
  65. httpclientException getName()
  66. httpclientFormatterInterface
  67. httpclientFormatterInterface format()
  68. httpclientJsonFormatter
  69. httpclientJsonFormatter $encodeOptions
  70. httpclientJsonFormatter format()
  71. httpclientJsonParser
  72. httpclientJsonParser parse()
  73. httpclientMessage
  74. httpclientMessage $client
  75. httpclientMessage $content
  76. httpclientMessage $cookies
  77. httpclientMessage $data
  78. httpclientMessage $format
  79. httpclientMessage $headers
  80. httpclientMessage __toString()
  81. httpclientMessage addCookies()
  82. httpclientMessage addData()
  83. httpclientMessage addHeaders()
  84. httpclientMessage composeHeaderLines()
  85. httpclientMessage defaultFormat()
  86. httpclientMessage getContent()
  87. httpclientMessage getCookies()
  88. httpclientMessage getData()
  89. httpclientMessage getFormat()
  90. httpclientMessage getHeaders()
  91. httpclientMessage hasCookies()
  92. httpclientMessage hasHeaders()
  93. httpclientMessage setContent()
  94. httpclientMessage setCookies()
  95. httpclientMessage setData()
  96. httpclientMessage setFormat()
  97. httpclientMessage setHeaders()
  98. httpclientMessage toString()
  99. httpclientParserInterface
  100. httpclientParserInterface parse()
  101. httpclientRequest
  102. httpclientRequest $data
  103. httpclientRequest $fullUrl
  104. httpclientRequest $method
  105. httpclientRequest $options
  106. httpclientRequest $url
  107. httpclientRequest EVENT_AFTER_SEND
  108. httpclientRequest EVENT_BEFORE_SEND
  109. httpclientRequest addContent()
  110. httpclientRequest addData()
  111. httpclientRequest addFile()
  112. httpclientRequest addFileContent()
  113. httpclientRequest addOptions()
  114. httpclientRequest afterSend()
  115. httpclientRequest beforeSend()
  116. httpclientRequest composeHeaderLines()
  117. httpclientRequest getFullUrl()
  118. httpclientRequest getMethod()
  119. httpclientRequest getOptions()
  120. httpclientRequest getUrl()
  121. httpclientRequest prepare()
  122. httpclientRequest send()
  123. httpclientRequest setData()
  124. httpclientRequest setFullUrl()
  125. httpclientRequest setMethod()
  126. httpclientRequest setOptions()
  127. httpclientRequest setUrl()
  128. httpclientRequest toString()
  129. httpclientRequestEvent
  130. httpclientRequestEvent $request
  131. httpclientRequestEvent $response
  132. httpclientResponse
  133. httpclientResponse $isOk
  134. httpclientResponse $statusCode
  135. httpclientResponse defaultFormat()
  136. httpclientResponse detectFormatByContent()
  137. httpclientResponse detectFormatByHeaders()
  138. httpclientResponse getCookies()
  139. httpclientResponse getData()
  140. httpclientResponse getIsOk()
  141. httpclientResponse getStatusCode()
  142. httpclientStreamTransport
  143. httpclientStreamTransport send()
  144. httpclientTransport
  145. httpclientTransport batchSend()
  146. httpclientTransport send()
  147. httpclientUrlEncodedFormatter
  148. httpclientUrlEncodedFormatter $charset
  149. httpclientUrlEncodedFormatter $encodingType
  150. httpclientUrlEncodedFormatter format()
  151. httpclientUrlEncodedParser
  152. httpclientUrlEncodedParser parse()
  153. httpclientXmlFormatter
  154. httpclientXmlFormatter $contentType
  155. httpclientXmlFormatter $encoding
  156. httpclientXmlFormatter $itemTag
  157. httpclientXmlFormatter $rootTag
  158. httpclientXmlFormatter $useTraversableAsArray
  159. httpclientXmlFormatter $version
  160. httpclientXmlFormatter buildXml()
  161. httpclientXmlFormatter format()
  162. httpclientXmlParser
  163. httpclientXmlParser convertXmlToArray()
  164. httpclientXmlParser parse()

i18n

  1. i18nDbMessageSource
  2. i18nDbMessageSource $cache
  3. i18nDbMessageSource $cachingDuration
  4. i18nDbMessageSource $db
  5. i18nDbMessageSource $enableCaching
  6. i18nDbMessageSource $messageTable
  7. i18nDbMessageSource $sourceMessageTable
  8. i18nDbMessageSource createFallbackQuery()
  9. i18nDbMessageSource init()
  10. i18nDbMessageSource loadMessages()
  11. i18nDbMessageSource loadMessagesFromDb()
  12. i18nFormatter
  13. i18nFormatter $booleanFormat
  14. i18nFormatter $calendar
  15. i18nFormatter $currencyCode
  16. i18nFormatter $dateFormat
  17. i18nFormatter $datetimeFormat
  18. i18nFormatter $decimalSeparator
  19. i18nFormatter $defaultTimeZone
  20. i18nFormatter $locale
  21. i18nFormatter $nullDisplay
  22. i18nFormatter $numberFormatterOptions
  23. i18nFormatter $numberFormatterSymbols
  24. i18nFormatter $numberFormatterTextOptions
  25. i18nFormatter $sizeFormatBase
  26. i18nFormatter $thousandSeparator
  27. i18nFormatter $timeFormat
  28. i18nFormatter $timeZone
  29. i18nFormatter asBoolean()
  30. i18nFormatter asCurrency()
  31. i18nFormatter asDate()
  32. i18nFormatter asDatetime()
  33. i18nFormatter asDecimal()
  34. i18nFormatter asDuration()
  35. i18nFormatter asEmail()
  36. i18nFormatter asHtml()
  37. i18nFormatter asImage()
  38. i18nFormatter asInteger()
  39. i18nFormatter asNtext()
  40. i18nFormatter asOrdinal()
  41. i18nFormatter asParagraphs()
  42. i18nFormatter asPercent()
  43. i18nFormatter asRaw()
  44. i18nFormatter asRelativeTime()
  45. i18nFormatter asScientific()
  46. i18nFormatter asShortSize()
  47. i18nFormatter asSize()
  48. i18nFormatter asSpellout()
  49. i18nFormatter asText()
  50. i18nFormatter asTime()
  51. i18nFormatter asTimestamp()
  52. i18nFormatter asUrl()
  53. i18nFormatter createNumberFormatter()
  54. i18nFormatter format()
  55. i18nFormatter init()
  56. i18nFormatter normalizeDatetimeValue()
  57. i18nFormatter normalizeNumericValue()
  58. i18nGettextFile
  59. i18nGettextFile load()
  60. i18nGettextFile save()
  61. i18nGettextMessageSource
  62. i18nGettextMessageSource $basePath
  63. i18nGettextMessageSource $catalog
  64. i18nGettextMessageSource $useBigEndian
  65. i18nGettextMessageSource $useMoFile
  66. i18nGettextMessageSource getMessageFilePath()
  67. i18nGettextMessageSource loadFallbackMessages()
  68. i18nGettextMessageSource loadMessages()
  69. i18nGettextMessageSource loadMessagesFromFile()
  70. i18nGettextMoFile
  71. i18nGettextMoFile $useBigEndian
  72. i18nGettextMoFile load()
  73. i18nGettextMoFile readBytes()
  74. i18nGettextMoFile readInteger()
  75. i18nGettextMoFile readString()
  76. i18nGettextMoFile save()
  77. i18nGettextMoFile writeBytes()
  78. i18nGettextMoFile writeInteger()
  79. i18nGettextMoFile writeString()
  80. i18nGettextPoFile
  81. i18nGettextPoFile decode()
  82. i18nGettextPoFile encode()
  83. i18nGettextPoFile load()
  84. i18nGettextPoFile save()
  85. i18nI18N
  86. i18nI18N $messageFormatter
  87. i18nI18N $translations
  88. i18nI18N format()
  89. i18nI18N getMessageFormatter()
  90. i18nI18N getMessageSource()
  91. i18nI18N init()
  92. i18nI18N setMessageFormatter()
  93. i18nI18N translate()
  94. i18nMessageFormatter
  95. i18nMessageFormatter $errorCode
  96. i18nMessageFormatter $errorMessage
  97. i18nMessageFormatter fallbackFormat()
  98. i18nMessageFormatter format()
  99. i18nMessageFormatter getErrorCode()
  100. i18nMessageFormatter getErrorMessage()
  101. i18nMessageFormatter parse()
  102. i18nMessageSource
  103. i18nMessageSource $forceTranslation
  104. i18nMessageSource $sourceLanguage
  105. i18nMessageSource EVENT_MISSING_TRANSLATION
  106. i18nMessageSource init()
  107. i18nMessageSource loadMessages()
  108. i18nMessageSource translate()
  109. i18nMessageSource translateMessage()
  110. i18nMissingTranslationEvent
  111. i18nMissingTranslationEvent $category
  112. i18nMissingTranslationEvent $language
  113. i18nMissingTranslationEvent $message
  114. i18nMissingTranslationEvent $translatedMessage
  115. i18nPhpMessageSource
  116. i18nPhpMessageSource $basePath
  117. i18nPhpMessageSource $fileMap
  118. i18nPhpMessageSource getMessageFilePath()
  119. i18nPhpMessageSource loadFallbackMessages()
  120. i18nPhpMessageSource loadMessages()
  121. i18nPhpMessageSource loadMessagesFromFile()

jui

  1. juiAccordion
  2. juiAccordion $headerOptions
  3. juiAccordion $itemOptions
  4. juiAccordion $items
  5. juiAccordion $options
  6. juiAccordion renderItems()
  7. juiAccordion run()
  8. juiAutoComplete
  9. juiAutoComplete renderWidget()
  10. juiAutoComplete run()
  11. juiDatePicker
  12. juiDatePicker $attribute
  13. juiDatePicker $containerOptions
  14. juiDatePicker $dateFormat
  15. juiDatePicker $inline
  16. juiDatePicker $language
  17. juiDatePicker $value
  18. juiDatePicker init()
  19. juiDatePicker renderWidget()
  20. juiDatePicker run()
  21. juiDatePickerLanguageAsset
  22. juiDatePickerLanguageAsset $autoGenerate
  23. juiDatePickerLanguageAsset $depends
  24. juiDatePickerLanguageAsset $language
  25. juiDatePickerLanguageAsset $sourcePath
  26. juiDatePickerLanguageAsset registerAssetFiles()
  27. juiDialog
  28. juiDialog init()
  29. juiDialog run()
  30. juiDraggable
  31. juiDraggable $clientEventMap
  32. juiDraggable init()
  33. juiDraggable run()
  34. juiDroppable
  35. juiDroppable $clientEventMap
  36. juiDroppable init()
  37. juiDroppable run()
  38. juiInputWidget
  39. juiInputWidget $attribute
  40. juiInputWidget $model
  41. juiInputWidget $name
  42. juiInputWidget $value
  43. juiInputWidget hasModel()
  44. juiInputWidget init()
  45. juiJuiAsset
  46. juiJuiAsset $css
  47. juiJuiAsset $depends
  48. juiJuiAsset $js
  49. juiJuiAsset $sourcePath
  50. juiMenu
  51. juiMenu $clientEvents
  52. juiMenu $clientOptions
  53. juiMenu init()
  54. juiMenu run()
  55. juiProgressBar
  56. juiProgressBar init()
  57. juiProgressBar run()
  58. juiResizable
  59. juiResizable $clientEventMap
  60. juiResizable init()
  61. juiResizable run()
  62. juiSelectable
  63. juiSelectable $itemOptions
  64. juiSelectable $items
  65. juiSelectable $mode
  66. juiSelectable $options
  67. juiSelectable begin()
  68. juiSelectable init()
  69. juiSelectable renderItems()
  70. juiSelectable run()
  71. juiSlider
  72. juiSlider $clientEventMap
  73. juiSlider run()
  74. juiSliderInput
  75. juiSliderInput $clientEventMap
  76. juiSliderInput $containerOptions
  77. juiSliderInput init()
  78. juiSliderInput run()
  79. juiSortable
  80. juiSortable $clientEventMap
  81. juiSortable $itemOptions
  82. juiSortable $items
  83. juiSortable $options
  84. juiSortable renderItems()
  85. juiSortable run()
  86. juiSpinner
  87. juiSpinner $clientEventMap
  88. juiSpinner renderWidget()
  89. juiSpinner run()
  90. juiTabs
  91. juiTabs $encodeLabels
  92. juiTabs $headerOptions
  93. juiTabs $itemOptions
  94. juiTabs $items
  95. juiTabs $linkTemplate
  96. juiTabs $options
  97. juiTabs renderItems()
  98. juiTabs run()
  99. juiWidget
  100. juiWidget $clientEventMap
  101. juiWidget $clientEvents
  102. juiWidget $clientOptions
  103. juiWidget $options
  104. juiWidget init()
  105. juiWidget registerClientEvents()
  106. juiWidget registerClientOptions()
  107. juiWidget registerWidget()

log

  1. logDbTarget
  2. logDbTarget $db
  3. logDbTarget $logTable
  4. logDbTarget export()
  5. logDbTarget init()
  6. logDispatcher
  7. logDispatcher $flushInterval
  8. logDispatcher $logger
  9. logDispatcher $targets
  10. logDispatcher $traceLevel
  11. logDispatcher __construct()
  12. logDispatcher dispatch()
  13. logDispatcher getFlushInterval()
  14. logDispatcher getLogger()
  15. logDispatcher getTraceLevel()
  16. logDispatcher init()
  17. logDispatcher setFlushInterval()
  18. logDispatcher setLogger()
  19. logDispatcher setTraceLevel()
  20. logEmailTarget
  21. logEmailTarget $mailer
  22. logEmailTarget $message
  23. logEmailTarget composeMessage()
  24. logEmailTarget export()
  25. logEmailTarget init()
  26. logFileTarget
  27. logFileTarget $dirMode
  28. logFileTarget $enableRotation
  29. logFileTarget $fileMode
  30. logFileTarget $logFile
  31. logFileTarget $maxFileSize
  32. logFileTarget $maxLogFiles
  33. logFileTarget $rotateByCopy
  34. logFileTarget export()
  35. logFileTarget init()
  36. logFileTarget rotateFiles()
  37. logLogger
  38. logLogger $dbProfiling
  39. logLogger $dispatcher
  40. logLogger $elapsedTime
  41. logLogger $flushInterval
  42. logLogger $messages
  43. logLogger $profiling
  44. logLogger $traceLevel
  45. logLogger calculateTimings()
  46. logLogger flush()
  47. logLogger getDbProfiling()
  48. logLogger getElapsedTime()
  49. logLogger getLevelName()
  50. logLogger getProfiling()
  51. logLogger init()
  52. logLogger log()
  53. logSyslogTarget
  54. logSyslogTarget $facility
  55. logSyslogTarget $identity
  56. logSyslogTarget $options
  57. logSyslogTarget export()
  58. logSyslogTarget formatMessage()
  59. logSyslogTarget init()
  60. logTarget
  61. logTarget $categories
  62. logTarget $enabled
  63. logTarget $except
  64. logTarget $exportInterval
  65. logTarget $levels
  66. logTarget $logVars
  67. logTarget $messages
  68. logTarget $prefix
  69. logTarget collect()
  70. logTarget export()
  71. logTarget filterMessages()
  72. logTarget formatMessage()
  73. logTarget getContextMessage()
  74. logTarget getLevels()
  75. logTarget getMessagePrefix()
  76. logTarget setLevels()

mail

  1. mailBaseMailer
  2. mailBaseMailer $fileTransportCallback
  3. mailBaseMailer $fileTransportPath
  4. mailBaseMailer $htmlLayout
  5. mailBaseMailer $messageClass
  6. mailBaseMailer $messageConfig
  7. mailBaseMailer $textLayout
  8. mailBaseMailer $useFileTransport
  9. mailBaseMailer $view
  10. mailBaseMailer $viewPath
  11. mailBaseMailer EVENT_AFTER_SEND
  12. mailBaseMailer EVENT_BEFORE_SEND
  13. mailBaseMailer afterSend()
  14. mailBaseMailer beforeSend()
  15. mailBaseMailer compose()
  16. mailBaseMailer createMessage()
  17. mailBaseMailer createView()
  18. mailBaseMailer generateMessageFileName()
  19. mailBaseMailer getView()
  20. mailBaseMailer getViewPath()
  21. mailBaseMailer render()
  22. mailBaseMailer saveMessage()
  23. mailBaseMailer send()
  24. mailBaseMailer sendMessage()
  25. mailBaseMailer sendMultiple()
  26. mailBaseMailer setView()
  27. mailBaseMailer setViewPath()
  28. mailBaseMessage
  29. mailBaseMessage $mailer
  30. mailBaseMessage __toString()
  31. mailBaseMessage send()
  32. mailMailerInterface
  33. mailMailerInterface compose()
  34. mailMailerInterface send()
  35. mailMailerInterface sendMultiple()
  36. mailMailEvent
  37. mailMailEvent $isSuccessful
  38. mailMailEvent $isValid
  39. mailMailEvent $message
  40. mailMessageInterface
  41. mailMessageInterface attach()
  42. mailMessageInterface attachContent()
  43. mailMessageInterface embed()
  44. mailMessageInterface embedContent()
  45. mailMessageInterface getBcc()
  46. mailMessageInterface getCc()
  47. mailMessageInterface getCharset()
  48. mailMessageInterface getFrom()
  49. mailMessageInterface getReplyTo()
  50. mailMessageInterface getSubject()
  51. mailMessageInterface getTo()
  52. mailMessageInterface send()
  53. mailMessageInterface setBcc()
  54. mailMessageInterface setCc()
  55. mailMessageInterface setCharset()
  56. mailMessageInterface setFrom()
  57. mailMessageInterface setHtmlBody()
  58. mailMessageInterface setReplyTo()
  59. mailMessageInterface setSubject()
  60. mailMessageInterface setTextBody()
  61. mailMessageInterface setTo()
  62. mailMessageInterface toString()

mongodb

  1. mongodbActiveFixture
  2. mongodbActiveFixture $collectionName
  3. mongodbActiveFixture $db
  4. mongodbActiveFixture getCollection()
  5. mongodbActiveFixture getCollectionName()
  6. mongodbActiveFixture getData()
  7. mongodbActiveFixture init()
  8. mongodbActiveFixture load()
  9. mongodbActiveFixture resetCollection()
  10. mongodbActiveQuery
  11. mongodbActiveQuery $collection
  12. mongodbActiveQuery EVENT_INIT
  13. mongodbActiveQuery __construct()
  14. mongodbActiveQuery all()
  15. mongodbActiveQuery getCollection()
  16. mongodbActiveQuery init()
  17. mongodbActiveQuery modify()
  18. mongodbActiveQuery one()
  19. mongodbActiveQuery populate()
  20. mongodbActiveQuery prepare()
  21. mongodbActiveRecord
  22. mongodbActiveRecord attributes()
  23. mongodbActiveRecord collectionName()
  24. mongodbActiveRecord delete()
  25. mongodbActiveRecord deleteAll()
  26. mongodbActiveRecord deleteInternal()
  27. mongodbActiveRecord equals()
  28. mongodbActiveRecord find()
  29. mongodbActiveRecord getCollection()
  30. mongodbActiveRecord getDb()
  31. mongodbActiveRecord insert()
  32. mongodbActiveRecord insertInternal()
  33. mongodbActiveRecord primaryKey()
  34. mongodbActiveRecord toArray()
  35. mongodbActiveRecord updateAll()
  36. mongodbActiveRecord updateAllCounters()
  37. mongodbActiveRecord updateInternal()
  38. mongodbBatchQueryResult
  39. mongodbBatchQueryResult $batchSize
  40. mongodbBatchQueryResult $db
  41. mongodbBatchQueryResult $each
  42. mongodbBatchQueryResult $query
  43. mongodbBatchQueryResult current()
  44. mongodbBatchQueryResult fetchData()
  45. mongodbBatchQueryResult key()
  46. mongodbBatchQueryResult next()
  47. mongodbBatchQueryResult reset()
  48. mongodbBatchQueryResult rewind()
  49. mongodbBatchQueryResult valid()
  50. mongodbCache
  51. mongodbCache $cacheCollection
  52. mongodbCache $db
  53. mongodbCache $gcProbability
  54. mongodbCache addValue()
  55. mongodbCache deleteValue()
  56. mongodbCache flushValues()
  57. mongodbCache gc()
  58. mongodbCache getValue()
  59. mongodbCache init()
  60. mongodbCache setValue()
  61. mongodbCollection
  62. mongodbCollection $database
  63. mongodbCollection $fullName
  64. mongodbCollection $name
  65. mongodbCollection aggregate()
  66. mongodbCollection batchInsert()
  67. mongodbCollection count()
  68. mongodbCollection createIndex()
  69. mongodbCollection createIndexes()
  70. mongodbCollection distinct()
  71. mongodbCollection drop()
  72. mongodbCollection dropAllIndexes()
  73. mongodbCollection dropIndex()
  74. mongodbCollection dropIndexes()
  75. mongodbCollection find()
  76. mongodbCollection findAndModify()
  77. mongodbCollection findOne()
  78. mongodbCollection getFullName()
  79. mongodbCollection group()
  80. mongodbCollection insert()
  81. mongodbCollection listIndexes()
  82. mongodbCollection mapReduce()
  83. mongodbCollection remove()
  84. mongodbCollection save()
  85. mongodbCollection update()
  86. mongodbCommand
  87. mongodbCommand $databaseName
  88. mongodbCommand $db
  89. mongodbCommand $document
  90. mongodbCommand $readConcern
  91. mongodbCommand $readPreference
  92. mongodbCommand $writeConcern
  93. mongodbCommand addDelete()
  94. mongodbCommand addInsert()
  95. mongodbCommand addUpdate()
  96. mongodbCommand aggregate()
  97. mongodbCommand batchInsert()
  98. mongodbCommand beginProfile()
  99. mongodbCommand count()
  100. mongodbCommand createCollection()
  101. mongodbCommand createIndexes()
  102. mongodbCommand delete()
  103. mongodbCommand distinct()
  104. mongodbCommand dropCollection()
  105. mongodbCommand dropDatabase()
  106. mongodbCommand dropIndexes()
  107. mongodbCommand endProfile()
  108. mongodbCommand execute()
  109. mongodbCommand executeBatch()
  110. mongodbCommand explain()
  111. mongodbCommand find()
  112. mongodbCommand findAndModify()
  113. mongodbCommand getReadConcern()
  114. mongodbCommand getReadPreference()
  115. mongodbCommand getWriteConcern()
  116. mongodbCommand group()
  117. mongodbCommand insert()
  118. mongodbCommand listCollections()
  119. mongodbCommand listDatabases()
  120. mongodbCommand listIndexes()
  121. mongodbCommand log()
  122. mongodbCommand mapReduce()
  123. mongodbCommand query()
  124. mongodbCommand setReadConcern()
  125. mongodbCommand setReadPreference()
  126. mongodbCommand setWriteConcern()
  127. mongodbCommand update()
  128. mongodbConnection
  129. mongodbConnection $database
  130. mongodbConnection $defaultDatabaseName
  131. mongodbConnection $driverOptions
  132. mongodbConnection $dsn
  133. mongodbConnection $enableLogging
  134. mongodbConnection $enableProfiling
  135. mongodbConnection $fileCollection
  136. mongodbConnection $fileStreamProtocol
  137. mongodbConnection $fileStreamWrapperClass
  138. mongodbConnection $isActive
  139. mongodbConnection $logBuilder
  140. mongodbConnection $manager
  141. mongodbConnection $options
  142. mongodbConnection $queryBuilder
  143. mongodbConnection $typeMap
  144. mongodbConnection EVENT_AFTER_OPEN
  145. mongodbConnection close()
  146. mongodbConnection createCommand()
  147. mongodbConnection getCollection()
  148. mongodbConnection getDatabase()
  149. mongodbConnection getDefaultDatabaseName()
  150. mongodbConnection getFileCollection()
  151. mongodbConnection getIsActive()
  152. mongodbConnection getLogBuilder()
  153. mongodbConnection getQueryBuilder()
  154. mongodbConnection initConnection()
  155. mongodbConnection open()
  156. mongodbConnection registerFileStreamWrapper()
  157. mongodbConnection selectDatabase()
  158. mongodbConnection setDefaultDatabaseName()
  159. mongodbConnection setLogBuilder()
  160. mongodbConnection setQueryBuilder()
  161. mongodbconsolecontrollersMigrateController
  162. mongodbconsolecontrollersMigrateController $db
  163. mongodbconsolecontrollersMigrateController $migrationCollection
  164. mongodbconsolecontrollersMigrateController $templateFile
  165. mongodbconsolecontrollersMigrateController addMigrationHistory()
  166. mongodbconsolecontrollersMigrateController beforeAction()
  167. mongodbconsolecontrollersMigrateController createMigration()
  168. mongodbconsolecontrollersMigrateController ensureBaseMigrationHistory()
  169. mongodbconsolecontrollersMigrateController getMigrationHistory()
  170. mongodbconsolecontrollersMigrateController options()
  171. mongodbconsolecontrollersMigrateController removeMigrationHistory()
  172. mongodbDatabase
  173. mongodbDatabase $connection
  174. mongodbDatabase $fileCollection
  175. mongodbDatabase $name
  176. mongodbDatabase clearCollections()
  177. mongodbDatabase createCollection()
  178. mongodbDatabase createCommand()
  179. mongodbDatabase dropCollection()
  180. mongodbDatabase getCollection()
  181. mongodbDatabase getFileCollection()
  182. mongodbDatabase listCollections()
  183. mongodbDatabase selectCollection()
  184. mongodbDatabase selectFileCollection()
  185. mongodbdebugExplainAction
  186. mongodbdebugExplainAction $panel
  187. mongodbdebugExplainAction explainQuery()
  188. mongodbdebugExplainAction run()
  189. mongodbdebugMongoDbPanel
  190. mongodbdebugMongoDbPanel $db
  191. mongodbdebugMongoDbPanel $detail
  192. mongodbdebugMongoDbPanel $name
  193. mongodbdebugMongoDbPanel $profileLogs
  194. mongodbdebugMongoDbPanel $summaryName
  195. mongodbdebugMongoDbPanel canBeExplained()
  196. mongodbdebugMongoDbPanel getDetail()
  197. mongodbdebugMongoDbPanel getName()
  198. mongodbdebugMongoDbPanel getProfileLogs()
  199. mongodbdebugMongoDbPanel getQueryType()
  200. mongodbdebugMongoDbPanel getSummaryName()
  201. mongodbdebugMongoDbPanel hasExplain()
  202. mongodbdebugMongoDbPanel init()
  203. mongodbException
  204. mongodbException getName()
  205. mongodbfileActiveQuery
  206. mongodbfileActiveQuery $collection
  207. mongodbfileActiveQuery EVENT_INIT
  208. mongodbfileActiveQuery __construct()
  209. mongodbfileActiveQuery all()
  210. mongodbfileActiveQuery buildCursor()
  211. mongodbfileActiveQuery getCollection()
  212. mongodbfileActiveQuery init()
  213. mongodbfileActiveQuery one()
  214. mongodbfileActiveQuery populate()
  215. mongodbfileActiveRecord
  216. mongodbfileActiveRecord $fileContent
  217. mongodbfileActiveRecord $fileResource
  218. mongodbfileActiveRecord attributes()
  219. mongodbfileActiveRecord extractFileName()
  220. mongodbfileActiveRecord find()
  221. mongodbfileActiveRecord getCollection()
  222. mongodbfileActiveRecord getFileContent()
  223. mongodbfileActiveRecord getFileResource()
  224. mongodbfileActiveRecord insertInternal()
  225. mongodbfileActiveRecord refreshFile()
  226. mongodbfileActiveRecord updateInternal()
  227. mongodbfileActiveRecord writeFile()
  228. mongodbfileCollection
  229. mongodbfileCollection $chunkCollection
  230. mongodbfileCollection $database
  231. mongodbfileCollection $fileCollection
  232. mongodbfileCollection $prefix
  233. mongodbfileCollection createDownload()
  234. mongodbfileCollection createUpload()
  235. mongodbfileCollection delete()
  236. mongodbfileCollection drop()
  237. mongodbfileCollection ensureIndexes()
  238. mongodbfileCollection find()
  239. mongodbfileCollection get()
  240. mongodbfileCollection getChunkCollection()
  241. mongodbfileCollection getFileCollection()
  242. mongodbfileCollection getPrefix()
  243. mongodbfileCollection insertFile()
  244. mongodbfileCollection insertFileContent()
  245. mongodbfileCollection insertUploads()
  246. mongodbfileCollection remove()
  247. mongodbfileCollection setPrefix()
  248. mongodbfileCursor
  249. mongodbfileCursor $collection
  250. mongodbfileCursor __call()
  251. mongodbfileCursor __construct()
  252. mongodbfileCursor __get()
  253. mongodbfileCursor __isset()
  254. mongodbfileCursor __set()
  255. mongodbfileCursor __unset()
  256. mongodbfileCursor count()
  257. mongodbfileCursor current()
  258. mongodbfileCursor getId()
  259. mongodbfileCursor setTypeMap()
  260. mongodbfileCursor toArray()
  261. mongodbfileDownload
  262. mongodbfileDownload $bytes
  263. mongodbfileDownload $chunkCursor
  264. mongodbfileDownload $chunkIterator
  265. mongodbfileDownload $collection
  266. mongodbfileDownload $document
  267. mongodbfileDownload $filename
  268. mongodbfileDownload $resource
  269. mongodbfileDownload $size
  270. mongodbfileDownload getBytes()
  271. mongodbfileDownload getChunkCursor()
  272. mongodbfileDownload getChunkIterator()
  273. mongodbfileDownload getDocument()
  274. mongodbfileDownload getFilename()
  275. mongodbfileDownload getResource()
  276. mongodbfileDownload getSize()
  277. mongodbfileDownload setDocument()
  278. mongodbfileDownload substr()
  279. mongodbfileDownload toFile()
  280. mongodbfileDownload toResource()
  281. mongodbfileDownload toStream()
  282. mongodbfileDownload toString()
  283. mongodbfileDownload write()
  284. mongodbfileQuery
  285. mongodbfileQuery $collection
  286. mongodbfileQuery getCollection()
  287. mongodbfileStreamWrapper
  288. mongodbfileStreamWrapper $context
  289. mongodbfileStreamWrapper $contextOptions
  290. mongodbfileStreamWrapper getContextOptions()
  291. mongodbfileStreamWrapper register()
  292. mongodbfileStreamWrapper stream_close()
  293. mongodbfileStreamWrapper stream_eof()
  294. mongodbfileStreamWrapper stream_flush()
  295. mongodbfileStreamWrapper stream_open()
  296. mongodbfileStreamWrapper stream_read()
  297. mongodbfileStreamWrapper stream_seek()
  298. mongodbfileStreamWrapper stream_stat()
  299. mongodbfileStreamWrapper stream_tell()
  300. mongodbfileStreamWrapper stream_write()
  301. mongodbfileUpload
  302. mongodbfileUpload $chunkCount
  303. mongodbfileUpload $chunkSize
  304. mongodbfileUpload $collection
  305. mongodbfileUpload $document
  306. mongodbfileUpload $filename
  307. mongodbfileUpload $length
  308. mongodbfileUpload __destruct()
  309. mongodbfileUpload addContent()
  310. mongodbfileUpload addFile()
  311. mongodbfileUpload addStream()
  312. mongodbfileUpload cancel()
  313. mongodbfileUpload complete()
  314. mongodbfileUpload init()
  315. mongodbgiimodelGenerator
  316. mongodbgiimodelGenerator $attributeList
  317. mongodbgiimodelGenerator $baseClass
  318. mongodbgiimodelGenerator $collectionName
  319. mongodbgiimodelGenerator $databaseName
  320. mongodbgiimodelGenerator $db
  321. mongodbgiimodelGenerator $description
  322. mongodbgiimodelGenerator $modelClass
  323. mongodbgiimodelGenerator $name
  324. mongodbgiimodelGenerator $ns
  325. mongodbgiimodelGenerator attributeLabels()
  326. mongodbgiimodelGenerator autoCompleteData()
  327. mongodbgiimodelGenerator generate()
  328. mongodbgiimodelGenerator generateClassName()
  329. mongodbgiimodelGenerator generateLabels()
  330. mongodbgiimodelGenerator generateRules()
  331. mongodbgiimodelGenerator getDbConnection()
  332. mongodbgiimodelGenerator getDescription()
  333. mongodbgiimodelGenerator getName()
  334. mongodbgiimodelGenerator hints()
  335. mongodbgiimodelGenerator requiredTemplates()
  336. mongodbgiimodelGenerator rules()
  337. mongodbgiimodelGenerator stickyAttributes()
  338. mongodbgiimodelGenerator validateCollectionName()
  339. mongodbgiimodelGenerator validateDb()
  340. mongodbgiimodelGenerator validateModelClass()
  341. mongodbgiimodelGenerator validateNamespace()
  342. mongodbi18nMongoDbMessageSource
  343. mongodbi18nMongoDbMessageSource $cache
  344. mongodbi18nMongoDbMessageSource $cachingDuration
  345. mongodbi18nMongoDbMessageSource $collection
  346. mongodbi18nMongoDbMessageSource $db
  347. mongodbi18nMongoDbMessageSource $enableCaching
  348. mongodbi18nMongoDbMessageSource init()
  349. mongodbi18nMongoDbMessageSource loadMessages()
  350. mongodbi18nMongoDbMessageSource loadMessagesFromDb()
  351. mongodblogMongoDbTarget
  352. mongodblogMongoDbTarget $db
  353. mongodblogMongoDbTarget $logCollection
  354. mongodblogMongoDbTarget export()
  355. mongodblogMongoDbTarget init()
  356. mongodbLogBuilder
  357. mongodbLogBuilder encodeData()
  358. mongodbLogBuilder generateToken()
  359. mongodbLogBuilder processData()
  360. mongodbMigration
  361. mongodbMigration $db
  362. mongodbMigration batchInsert()
  363. mongodbMigration beginProfile()
  364. mongodbMigration composeCollectionLogName()
  365. mongodbMigration createCollection()
  366. mongodbMigration createIndex()
  367. mongodbMigration createIndexes()
  368. mongodbMigration dropAllIndexes()
  369. mongodbMigration dropCollection()
  370. mongodbMigration dropIndex()
  371. mongodbMigration dropIndexes()
  372. mongodbMigration endProfile()
  373. mongodbMigration init()
  374. mongodbMigration insert()
  375. mongodbMigration log()
  376. mongodbMigration remove()
  377. mongodbMigration save()
  378. mongodbMigration update()
  379. mongodbQuery
  380. mongodbQuery $collection
  381. mongodbQuery $from
  382. mongodbQuery $options
  383. mongodbQuery $select
  384. mongodbQuery addOptions()
  385. mongodbQuery aggregate()
  386. mongodbQuery all()
  387. mongodbQuery andFilterCompare()
  388. mongodbQuery average()
  389. mongodbQuery batch()
  390. mongodbQuery buildCursor()
  391. mongodbQuery column()
  392. mongodbQuery count()
  393. mongodbQuery distinct()
  394. mongodbQuery each()
  395. mongodbQuery exists()
  396. mongodbQuery fetchRows()
  397. mongodbQuery fetchRowsInternal()
  398. mongodbQuery from()
  399. mongodbQuery getCollection()
  400. mongodbQuery max()
  401. mongodbQuery min()
  402. mongodbQuery modify()
  403. mongodbQuery one()
  404. mongodbQuery options()
  405. mongodbQuery populate()
  406. mongodbQuery prepare()
  407. mongodbQuery scalar()
  408. mongodbQuery select()
  409. mongodbQuery sum()
  410. mongodbQueryBuilder
  411. mongodbQueryBuilder $db
  412. mongodbQueryBuilder __construct()
  413. mongodbQueryBuilder aggregate()
  414. mongodbQueryBuilder buildAndCondition()
  415. mongodbQueryBuilder buildBetweenCondition()
  416. mongodbQueryBuilder buildCondition()
  417. mongodbQueryBuilder buildHashCondition()
  418. mongodbQueryBuilder buildInCondition()
  419. mongodbQueryBuilder buildLikeCondition()
  420. mongodbQueryBuilder buildNotCondition()
  421. mongodbQueryBuilder buildOrCondition()
  422. mongodbQueryBuilder buildRegexCondition()
  423. mongodbQueryBuilder buildSelectFields()
  424. mongodbQueryBuilder buildSimpleCondition()
  425. mongodbQueryBuilder buildSortFields()
  426. mongodbQueryBuilder count()
  427. mongodbQueryBuilder createCollection()
  428. mongodbQueryBuilder createIndexes()
  429. mongodbQueryBuilder distinct()
  430. mongodbQueryBuilder dropCollection()
  431. mongodbQueryBuilder dropDatabase()
  432. mongodbQueryBuilder dropIndexes()
  433. mongodbQueryBuilder ensureMongoId()
  434. mongodbQueryBuilder explain()
  435. mongodbQueryBuilder findAndModify()
  436. mongodbQueryBuilder group()
  437. mongodbQueryBuilder listCollections()
  438. mongodbQueryBuilder listDatabases()
  439. mongodbQueryBuilder listIndexes()
  440. mongodbQueryBuilder mapReduce()
  441. mongodbQueryBuilder normalizeConditionKeyword()
  442. mongodbrbacMongoDbManager
  443. mongodbrbacMongoDbManager $assignmentCollection
  444. mongodbrbacMongoDbManager $cache
  445. mongodbrbacMongoDbManager $cacheKey
  446. mongodbrbacMongoDbManager $db
  447. mongodbrbacMongoDbManager $itemCollection
  448. mongodbrbacMongoDbManager $items
  449. mongodbrbacMongoDbManager $ruleCollection
  450. mongodbrbacMongoDbManager $rules
  451. mongodbrbacMongoDbManager addChild()
  452. mongodbrbacMongoDbManager addItem()
  453. mongodbrbacMongoDbManager addRule()
  454. mongodbrbacMongoDbManager assign()
  455. mongodbrbacMongoDbManager canAddChild()
  456. mongodbrbacMongoDbManager checkAccess()
  457. mongodbrbacMongoDbManager checkAccessFromCache()
  458. mongodbrbacMongoDbManager checkAccessRecursive()
  459. mongodbrbacMongoDbManager detectLoop()
  460. mongodbrbacMongoDbManager getAssignment()
  461. mongodbrbacMongoDbManager getAssignments()
  462. mongodbrbacMongoDbManager getChildRoles()
  463. mongodbrbacMongoDbManager getChildren()
  464. mongodbrbacMongoDbManager getChildrenList()
  465. mongodbrbacMongoDbManager getChildrenRecursive()
  466. mongodbrbacMongoDbManager getItem()
  467. mongodbrbacMongoDbManager getItems()
  468. mongodbrbacMongoDbManager getPermissionsByRole()
  469. mongodbrbacMongoDbManager getPermissionsByUser()
  470. mongodbrbacMongoDbManager getRolesByUser()
  471. mongodbrbacMongoDbManager getRule()
  472. mongodbrbacMongoDbManager getRules()
  473. mongodbrbacMongoDbManager getUserIdsByRole()
  474. mongodbrbacMongoDbManager hasChild()
  475. mongodbrbacMongoDbManager init()
  476. mongodbrbacMongoDbManager invalidateCache()
  477. mongodbrbacMongoDbManager loadFromCache()
  478. mongodbrbacMongoDbManager populateItem()
  479. mongodbrbacMongoDbManager removeAll()
  480. mongodbrbacMongoDbManager removeAllAssignments()
  481. mongodbrbacMongoDbManager removeAllItems()
  482. mongodbrbacMongoDbManager removeAllPermissions()
  483. mongodbrbacMongoDbManager removeAllRoles()
  484. mongodbrbacMongoDbManager removeAllRules()
  485. mongodbrbacMongoDbManager removeChild()
  486. mongodbrbacMongoDbManager removeChildren()
  487. mongodbrbacMongoDbManager removeItem()
  488. mongodbrbacMongoDbManager removeRule()
  489. mongodbrbacMongoDbManager revoke()
  490. mongodbrbacMongoDbManager revokeAll()
  491. mongodbrbacMongoDbManager updateItem()
  492. mongodbrbacMongoDbManager updateRule()
  493. mongodbrbacPermission
  494. mongodbrbacPermission $parents
  495. mongodbrbacRole
  496. mongodbrbacRole $parents
  497. mongodbSession
  498. mongodbSession $db
  499. mongodbSession $sessionCollection
  500. mongodbSession destroySession()
  501. mongodbSession gcSession()
  502. mongodbSession init()
  503. mongodbSession readSession()
  504. mongodbSession regenerateID()
  505. mongodbSession writeSession()
  506. mongodbvalidatorsMongoDateValidator
  507. mongodbvalidatorsMongoDateValidator $mongoDateAttribute
  508. mongodbvalidatorsMongoDateValidator parseDateValue()
  509. mongodbvalidatorsMongoDateValidator validateAttribute()
  510. mongodbvalidatorsMongoIdValidator
  511. mongodbvalidatorsMongoIdValidator $forceFormat
  512. mongodbvalidatorsMongoIdValidator init()
  513. mongodbvalidatorsMongoIdValidator validateAttribute()
  514. mongodbvalidatorsMongoIdValidator validateValue()

mutex

  1. mutexDbMutex
  2. mutexDbMutex $db
  3. mutexDbMutex init()
  4. mutexFileMutex
  5. mutexFileMutex $dirMode
  6. mutexFileMutex $fileMode
  7. mutexFileMutex $mutexPath
  8. mutexFileMutex acquireLock()
  9. mutexFileMutex getLockFilePath()
  10. mutexFileMutex init()
  11. mutexFileMutex releaseLock()
  12. mutexMutex
  13. mutexMutex $autoRelease
  14. mutexMutex acquire()
  15. mutexMutex acquireLock()
  16. mutexMutex init()
  17. mutexMutex release()
  18. mutexMutex releaseLock()
  19. mutexMysqlMutex
  20. mutexMysqlMutex acquireLock()
  21. mutexMysqlMutex init()
  22. mutexMysqlMutex releaseLock()
  23. mutexOracleMutex
  24. mutexOracleMutex $lockMode
  25. mutexOracleMutex $releaseOnCommit
  26. mutexOracleMutex acquireLock()
  27. mutexOracleMutex init()
  28. mutexOracleMutex releaseLock()
  29. mutexPgsqlMutex
  30. mutexPgsqlMutex acquireLock()
  31. mutexPgsqlMutex init()
  32. mutexPgsqlMutex releaseLock()

rbac

  1. rbacAssignment
  2. rbacAssignment $createdAt
  3. rbacAssignment $roleName
  4. rbacAssignment $userId
  5. rbacBaseManager
  6. rbacBaseManager $defaultRoleInstances
  7. rbacBaseManager $defaultRoles
  8. rbacBaseManager $permissions
  9. rbacBaseManager $roles
  10. rbacBaseManager add()
  11. rbacBaseManager addItem()
  12. rbacBaseManager addRule()
  13. rbacBaseManager createPermission()
  14. rbacBaseManager createRole()
  15. rbacBaseManager executeRule()
  16. rbacBaseManager getDefaultRoleInstances()
  17. rbacBaseManager getItem()
  18. rbacBaseManager getItems()
  19. rbacBaseManager getPermission()
  20. rbacBaseManager getPermissions()
  21. rbacBaseManager getRole()
  22. rbacBaseManager getRoles()
  23. rbacBaseManager hasNoAssignments()
  24. rbacBaseManager remove()
  25. rbacBaseManager removeItem()
  26. rbacBaseManager removeRule()
  27. rbacBaseManager update()
  28. rbacBaseManager updateItem()
  29. rbacBaseManager updateRule()
  30. rbacCheckAccessInterface
  31. rbacCheckAccessInterface checkAccess()
  32. rbacDbManager
  33. rbacDbManager $assignmentTable
  34. rbacDbManager $cache
  35. rbacDbManager $cacheKey
  36. rbacDbManager $db
  37. rbacDbManager $itemChildTable
  38. rbacDbManager $itemTable
  39. rbacDbManager $items
  40. rbacDbManager $parents
  41. rbacDbManager $ruleTable
  42. rbacDbManager $rules
  43. rbacDbManager addChild()
  44. rbacDbManager addItem()
  45. rbacDbManager addRule()
  46. rbacDbManager assign()
  47. rbacDbManager canAddChild()
  48. rbacDbManager checkAccess()
  49. rbacDbManager checkAccessFromCache()
  50. rbacDbManager checkAccessRecursive()
  51. rbacDbManager detectLoop()
  52. rbacDbManager getAssignment()
  53. rbacDbManager getAssignments()
  54. rbacDbManager getChildRoles()
  55. rbacDbManager getChildren()
  56. rbacDbManager getChildrenList()
  57. rbacDbManager getChildrenRecursive()
  58. rbacDbManager getDirectPermissionsByUser()
  59. rbacDbManager getInheritedPermissionsByUser()
  60. rbacDbManager getItem()
  61. rbacDbManager getItems()
  62. rbacDbManager getPermissionsByRole()
  63. rbacDbManager getPermissionsByUser()
  64. rbacDbManager getRolesByUser()
  65. rbacDbManager getRule()
  66. rbacDbManager getRules()
  67. rbacDbManager getUserIdsByRole()
  68. rbacDbManager hasChild()
  69. rbacDbManager init()
  70. rbacDbManager invalidateCache()
  71. rbacDbManager loadFromCache()
  72. rbacDbManager populateItem()
  73. rbacDbManager removeAll()
  74. rbacDbManager removeAllAssignments()
  75. rbacDbManager removeAllItems()
  76. rbacDbManager removeAllPermissions()
  77. rbacDbManager removeAllRoles()
  78. rbacDbManager removeAllRules()
  79. rbacDbManager removeChild()
  80. rbacDbManager removeChildren()
  81. rbacDbManager removeItem()
  82. rbacDbManager removeRule()
  83. rbacDbManager revoke()
  84. rbacDbManager revokeAll()
  85. rbacDbManager supportsCascadeUpdate()
  86. rbacDbManager updateItem()
  87. rbacDbManager updateRule()
  88. rbacItem
  89. rbacItem $createdAt
  90. rbacItem $data
  91. rbacItem $description
  92. rbacItem $name
  93. rbacItem $ruleName
  94. rbacItem $type
  95. rbacItem $updatedAt
  96. rbacManagerInterface
  97. rbacManagerInterface add()
  98. rbacManagerInterface addChild()
  99. rbacManagerInterface assign()
  100. rbacManagerInterface canAddChild()
  101. rbacManagerInterface createPermission()
  102. rbacManagerInterface createRole()
  103. rbacManagerInterface getAssignment()
  104. rbacManagerInterface getAssignments()
  105. rbacManagerInterface getChildRoles()
  106. rbacManagerInterface getChildren()
  107. rbacManagerInterface getPermission()
  108. rbacManagerInterface getPermissions()
  109. rbacManagerInterface getPermissionsByRole()
  110. rbacManagerInterface getPermissionsByUser()
  111. rbacManagerInterface getRole()
  112. rbacManagerInterface getRoles()
  113. rbacManagerInterface getRolesByUser()
  114. rbacManagerInterface getRule()
  115. rbacManagerInterface getRules()
  116. rbacManagerInterface getUserIdsByRole()
  117. rbacManagerInterface hasChild()
  118. rbacManagerInterface remove()
  119. rbacManagerInterface removeAll()
  120. rbacManagerInterface removeAllAssignments()
  121. rbacManagerInterface removeAllPermissions()
  122. rbacManagerInterface removeAllRoles()
  123. rbacManagerInterface removeAllRules()
  124. rbacManagerInterface removeChild()
  125. rbacManagerInterface removeChildren()
  126. rbacManagerInterface revoke()
  127. rbacManagerInterface revokeAll()
  128. rbacManagerInterface update()
  129. rbacPermission
  130. rbacPermission $type
  131. rbacPhpManager
  132. rbacPhpManager $assignmentFile
  133. rbacPhpManager $assignments
  134. rbacPhpManager $children
  135. rbacPhpManager $itemFile
  136. rbacPhpManager $items
  137. rbacPhpManager $ruleFile
  138. rbacPhpManager $rules
  139. rbacPhpManager addChild()
  140. rbacPhpManager addItem()
  141. rbacPhpManager addRule()
  142. rbacPhpManager assign()
  143. rbacPhpManager canAddChild()
  144. rbacPhpManager checkAccess()
  145. rbacPhpManager checkAccessRecursive()
  146. rbacPhpManager detectLoop()
  147. rbacPhpManager getAssignment()
  148. rbacPhpManager getAssignments()
  149. rbacPhpManager getChildRoles()
  150. rbacPhpManager getChildren()
  151. rbacPhpManager getChildrenRecursive()
  152. rbacPhpManager getDirectPermissionsByUser()
  153. rbacPhpManager getInheritedPermissionsByUser()
  154. rbacPhpManager getItem()
  155. rbacPhpManager getItems()
  156. rbacPhpManager getPermissionsByRole()
  157. rbacPhpManager getPermissionsByUser()
  158. rbacPhpManager getRolesByUser()
  159. rbacPhpManager getRule()
  160. rbacPhpManager getRules()
  161. rbacPhpManager getUserIdsByRole()
  162. rbacPhpManager hasChild()
  163. rbacPhpManager init()
  164. rbacPhpManager invalidateScriptCache()
  165. rbacPhpManager load()
  166. rbacPhpManager loadFromFile()
  167. rbacPhpManager removeAll()
  168. rbacPhpManager removeAllAssignments()
  169. rbacPhpManager removeAllItems()
  170. rbacPhpManager removeAllPermissions()
  171. rbacPhpManager removeAllRoles()
  172. rbacPhpManager removeAllRules()
  173. rbacPhpManager removeChild()
  174. rbacPhpManager removeChildren()
  175. rbacPhpManager removeItem()
  176. rbacPhpManager removeRule()
  177. rbacPhpManager revoke()
  178. rbacPhpManager revokeAll()
  179. rbacPhpManager save()
  180. rbacPhpManager saveAssignments()
  181. rbacPhpManager saveItems()
  182. rbacPhpManager saveRules()
  183. rbacPhpManager saveToFile()
  184. rbacPhpManager updateItem()
  185. rbacPhpManager updateRule()
  186. rbacRole
  187. rbacRole $type
  188. rbacRule
  189. rbacRule $createdAt
  190. rbacRule $name
  191. rbacRule $updatedAt
  192. rbacRule execute()

redis

  1. redisActiveQuery
  2. redisActiveQuery EVENT_INIT
  3. redisActiveQuery __construct()
  4. redisActiveQuery all()
  5. redisActiveQuery average()
  6. redisActiveQuery column()
  7. redisActiveQuery count()
  8. redisActiveQuery executeScript()
  9. redisActiveQuery exists()
  10. redisActiveQuery init()
  11. redisActiveQuery max()
  12. redisActiveQuery min()
  13. redisActiveQuery one()
  14. redisActiveQuery scalar()
  15. redisActiveQuery sum()
  16. redisActiveRecord
  17. redisActiveRecord attributes()
  18. redisActiveRecord buildKey()
  19. redisActiveRecord deleteAll()
  20. redisActiveRecord find()
  21. redisActiveRecord getDb()
  22. redisActiveRecord insert()
  23. redisActiveRecord keyPrefix()
  24. redisActiveRecord primaryKey()
  25. redisActiveRecord updateAll()
  26. redisActiveRecord updateAllCounters()
  27. redisCache
  28. redisCache $redis
  29. redisCache addValue()
  30. redisCache deleteValue()
  31. redisCache exists()
  32. redisCache flushValues()
  33. redisCache getValue()
  34. redisCache getValues()
  35. redisCache init()
  36. redisCache setValue()
  37. redisCache setValues()
  38. redisConnection
  39. redisConnection $connectionTimeout
  40. redisConnection $dataTimeout
  41. redisConnection $database
  42. redisConnection $driverName
  43. redisConnection $hostname
  44. redisConnection $isActive
  45. redisConnection $luaScriptBuilder
  46. redisConnection $password
  47. redisConnection $port
  48. redisConnection $redisCommands
  49. redisConnection $socketClientFlags
  50. redisConnection $unixSocket
  51. redisConnection EVENT_AFTER_OPEN
  52. redisConnection __call()
  53. redisConnection __sleep()
  54. redisConnection close()
  55. redisConnection executeCommand()
  56. redisConnection getDriverName()
  57. redisConnection getIsActive()
  58. redisConnection getLuaScriptBuilder()
  59. redisConnection initConnection()
  60. redisConnection open()
  61. redisLuaScriptBuilder
  62. redisLuaScriptBuilder buildAll()
  63. redisLuaScriptBuilder buildAverage()
  64. redisLuaScriptBuilder buildColumn()
  65. redisLuaScriptBuilder buildCompositeInCondition()
  66. redisLuaScriptBuilder buildCondition()
  67. redisLuaScriptBuilder buildCount()
  68. redisLuaScriptBuilder buildMax()
  69. redisLuaScriptBuilder buildMin()
  70. redisLuaScriptBuilder buildOne()
  71. redisLuaScriptBuilder buildSum()
  72. redisMutex
  73. redisMutex $expire
  74. redisMutex $keyPrefix
  75. redisMutex $redis
  76. redisMutex acquireLock()
  77. redisMutex calculateKey()
  78. redisMutex init()
  79. redisMutex releaseLock()
  80. redisSession
  81. redisSession $keyPrefix
  82. redisSession $redis
  83. redisSession $useCustomStorage
  84. redisSession calculateKey()
  85. redisSession destroySession()
  86. redisSession getUseCustomStorage()
  87. redisSession init()
  88. redisSession readSession()
  89. redisSession writeSession()

rest

  1. restAction
  2. restAction $checkAccess
  3. restAction $findModel
  4. restAction $modelClass
  5. restAction findModel()
  6. restAction init()
  7. restActiveController
  8. restActiveController $createScenario
  9. restActiveController $modelClass
  10. restActiveController $updateScenario
  11. restActiveController actions()
  12. restActiveController checkAccess()
  13. restActiveController init()
  14. restActiveController verbs()
  15. restController
  16. restController $enableCsrfValidation
  17. restController $serializer
  18. restController afterAction()
  19. restController behaviors()
  20. restController serializeData()
  21. restController verbs()
  22. restCreateAction
  23. restCreateAction $scenario
  24. restCreateAction $viewAction
  25. restCreateAction run()
  26. restDeleteAction
  27. restDeleteAction run()
  28. restIndexAction
  29. restIndexAction $prepareDataProvider
  30. restIndexAction prepareDataProvider()
  31. restIndexAction run()
  32. restOptionsAction
  33. restOptionsAction $collectionOptions
  34. restOptionsAction $resourceOptions
  35. restOptionsAction run()
  36. restSerializer
  37. restSerializer $collectionEnvelope
  38. restSerializer $currentPageHeader
  39. restSerializer $expandParam
  40. restSerializer $fieldsParam
  41. restSerializer $linksEnvelope
  42. restSerializer $metaEnvelope
  43. restSerializer $pageCountHeader
  44. restSerializer $perPageHeader
  45. restSerializer $preserveKeys
  46. restSerializer $request
  47. restSerializer $response
  48. restSerializer $totalCountHeader
  49. restSerializer addPaginationHeaders()
  50. restSerializer getRequestedFields()
  51. restSerializer init()
  52. restSerializer serialize()
  53. restSerializer serializeDataProvider()
  54. restSerializer serializeModel()
  55. restSerializer serializeModelErrors()
  56. restSerializer serializeModels()
  57. restSerializer serializePagination()
  58. restUpdateAction
  59. restUpdateAction $scenario
  60. restUpdateAction run()
  61. restUrlRule
  62. restUrlRule $controller
  63. restUrlRule $except
  64. restUrlRule $extraPatterns
  65. restUrlRule $only
  66. restUrlRule $patterns
  67. restUrlRule $pluralize
  68. restUrlRule $prefix
  69. restUrlRule $ruleConfig
  70. restUrlRule $suffix
  71. restUrlRule $tokens
  72. restUrlRule createRule()
  73. restUrlRule createRules()
  74. restUrlRule createUrl()
  75. restUrlRule init()
  76. restUrlRule parseRequest()
  77. restViewAction
  78. restViewAction run()

shell

  1. shellBootstrap
  2. shellBootstrap bootstrap()
  3. shellShellController
  4. shellShellController $include
  5. shellShellController actionIndex()
  6. shellShellController getCasters()
  7. shellShellController options()

smarty

  1. smartyViewRenderer
  2. smartyViewRenderer $cachePath
  3. smartyViewRenderer $compilePath
  4. smartyViewRenderer $extensionClass
  5. smartyViewRenderer $imports
  6. smartyViewRenderer $options
  7. smartyViewRenderer $pluginDirs
  8. smartyViewRenderer $smarty
  9. smartyViewRenderer $widgets
  10. smartyViewRenderer __call()
  11. smartyViewRenderer aliasHandler()
  12. smartyViewRenderer init()
  13. smartyViewRenderer render()
  14. smartyViewRenderer resolveTemplateDir()

sphinx

  1. sphinxActiveDataProvider
  2. sphinxActiveDataProvider $facets
  3. sphinxActiveDataProvider $meta
  4. sphinxActiveDataProvider getFacet()
  5. sphinxActiveDataProvider getFacets()
  6. sphinxActiveDataProvider getMeta()
  7. sphinxActiveDataProvider prepareModels()
  8. sphinxActiveDataProvider prepareTotalCount()
  9. sphinxActiveDataProvider setFacets()
  10. sphinxActiveDataProvider setMeta()
  11. sphinxActiveFixture
  12. sphinxActiveFixture $dataFile
  13. sphinxActiveFixture $db
  14. sphinxActiveFixture $indexName
  15. sphinxActiveFixture $indexSchema
  16. sphinxActiveFixture getData()
  17. sphinxActiveFixture getIndexSchema()
  18. sphinxActiveFixture init()
  19. sphinxActiveFixture load()
  20. sphinxActiveFixture resetIndex()
  21. sphinxActiveQuery
  22. sphinxActiveQuery $sql
  23. sphinxActiveQuery EVENT_INIT
  24. sphinxActiveQuery __construct()
  25. sphinxActiveQuery all()
  26. sphinxActiveQuery callSnippets()
  27. sphinxActiveQuery createCommand()
  28. sphinxActiveQuery defaultConnection()
  29. sphinxActiveQuery fetchSnippetSourceFromModels()
  30. sphinxActiveQuery init()
  31. sphinxActiveQuery one()
  32. sphinxActiveQuery populate()
  33. sphinxActiveQuery snippetByModel()
  34. sphinxActiveRecord
  35. sphinxActiveRecord $snippet
  36. sphinxActiveRecord $snippetSource
  37. sphinxActiveRecord attributes()
  38. sphinxActiveRecord callKeywords()
  39. sphinxActiveRecord callSnippets()
  40. sphinxActiveRecord delete()
  41. sphinxActiveRecord deleteAll()
  42. sphinxActiveRecord equals()
  43. sphinxActiveRecord fetchSnippet()
  44. sphinxActiveRecord find()
  45. sphinxActiveRecord findBySql()
  46. sphinxActiveRecord getDb()
  47. sphinxActiveRecord getIndexSchema()
  48. sphinxActiveRecord getSnippet()
  49. sphinxActiveRecord getSnippetSource()
  50. sphinxActiveRecord indexName()
  51. sphinxActiveRecord insert()
  52. sphinxActiveRecord isTransactional()
  53. sphinxActiveRecord populateRecord()
  54. sphinxActiveRecord primaryKey()
  55. sphinxActiveRecord setSnippet()
  56. sphinxActiveRecord transactions()
  57. sphinxActiveRecord update()
  58. sphinxActiveRecord updateAll()
  59. sphinxActiveRecord updateInternal()
  60. sphinxColumnSchema
  61. sphinxColumnSchema $dbType
  62. sphinxColumnSchema $isAttribute
  63. sphinxColumnSchema $isField
  64. sphinxColumnSchema $isMva
  65. sphinxColumnSchema $isPrimaryKey
  66. sphinxColumnSchema $name
  67. sphinxColumnSchema $phpType
  68. sphinxColumnSchema $type
  69. sphinxColumnSchema dbTypecast()
  70. sphinxColumnSchema phpTypecast()
  71. sphinxColumnSchema typecast()
  72. sphinxCommand
  73. sphinxCommand $db
  74. sphinxCommand addColumn()
  75. sphinxCommand addForeignKey()
  76. sphinxCommand addPrimaryKey()
  77. sphinxCommand alterColumn()
  78. sphinxCommand batchInsert()
  79. sphinxCommand batchReplace()
  80. sphinxCommand bindValue()
  81. sphinxCommand bindValues()
  82. sphinxCommand callKeywords()
  83. sphinxCommand callSnippets()
  84. sphinxCommand checkIntegrity()
  85. sphinxCommand createIndex()
  86. sphinxCommand createTable()
  87. sphinxCommand dropColumn()
  88. sphinxCommand dropForeignKey()
  89. sphinxCommand dropIndex()
  90. sphinxCommand dropPrimaryKey()
  91. sphinxCommand dropTable()
  92. sphinxCommand prepare()
  93. sphinxCommand renameColumn()
  94. sphinxCommand renameTable()
  95. sphinxCommand replace()
  96. sphinxCommand resetSequence()
  97. sphinxCommand truncateIndex()
  98. sphinxCommand truncateTable()
  99. sphinxCommand update()
  100. sphinxConnection
  101. sphinxConnection $enableFloatConversion
  102. sphinxConnection $lastInsertID
  103. sphinxConnection $schemaMap
  104. sphinxConnection createCommand()
  105. sphinxConnection escapeMatchValue()
  106. sphinxConnection getIndexSchema()
  107. sphinxConnection getLastInsertID()
  108. sphinxConnection quoteIndexName()
  109. sphinxConnection quoteTableName()
  110. sphinxgiimodelGenerator
  111. sphinxgiimodelGenerator $baseClass
  112. sphinxgiimodelGenerator $db
  113. sphinxgiimodelGenerator $description
  114. sphinxgiimodelGenerator $indexName
  115. sphinxgiimodelGenerator $modelClass
  116. sphinxgiimodelGenerator $name
  117. sphinxgiimodelGenerator $ns
  118. sphinxgiimodelGenerator $useIndexPrefix
  119. sphinxgiimodelGenerator attributeLabels()
  120. sphinxgiimodelGenerator autoCompleteData()
  121. sphinxgiimodelGenerator generate()
  122. sphinxgiimodelGenerator generateClassName()
  123. sphinxgiimodelGenerator generateIndexName()
  124. sphinxgiimodelGenerator generateLabels()
  125. sphinxgiimodelGenerator generateRules()
  126. sphinxgiimodelGenerator getDbConnection()
  127. sphinxgiimodelGenerator getDescription()
  128. sphinxgiimodelGenerator getIndexNames()
  129. sphinxgiimodelGenerator getName()
  130. sphinxgiimodelGenerator hints()
  131. sphinxgiimodelGenerator requiredTemplates()
  132. sphinxgiimodelGenerator rules()
  133. sphinxgiimodelGenerator stickyAttributes()
  134. sphinxgiimodelGenerator validateDb()
  135. sphinxgiimodelGenerator validateIndexName()
  136. sphinxgiimodelGenerator validateModelClass()
  137. sphinxgiimodelGenerator validateNamespace()
  138. sphinxIndexSchema
  139. sphinxIndexSchema $columnNames
  140. sphinxIndexSchema $columns
  141. sphinxIndexSchema $isRt
  142. sphinxIndexSchema $isRuntime
  143. sphinxIndexSchema $name
  144. sphinxIndexSchema $primaryKey
  145. sphinxIndexSchema $type
  146. sphinxIndexSchema getColumn()
  147. sphinxIndexSchema getColumnNames()
  148. sphinxIndexSchema isIsRuntime()
  149. sphinxIndexSchema setIsRuntime()
  150. sphinxMatchBuilder
  151. sphinxMatchBuilder $db
  152. sphinxMatchBuilder $matchBuilders
  153. sphinxMatchBuilder $matchOperators
  154. sphinxMatchBuilder __construct()
  155. sphinxMatchBuilder build()
  156. sphinxMatchBuilder buildAndMatch()
  157. sphinxMatchBuilder buildHashMatch()
  158. sphinxMatchBuilder buildIgnoreMatch()
  159. sphinxMatchBuilder buildMatch()
  160. sphinxMatchBuilder buildMatchColumn()
  161. sphinxMatchBuilder buildMatchValue()
  162. sphinxMatchBuilder buildMultipleMatch()
  163. sphinxMatchBuilder buildProximityMatch()
  164. sphinxMatchBuilder buildSimpleMatch()
  165. sphinxMatchBuilder buildZoneMatch()
  166. sphinxMatchBuilder parseParams()
  167. sphinxMatchExpression
  168. sphinxMatchExpression $match
  169. sphinxMatchExpression $params
  170. sphinxMatchExpression __construct()
  171. sphinxMatchExpression addParams()
  172. sphinxMatchExpression andFilterMatch()
  173. sphinxMatchExpression andMatch()
  174. sphinxMatchExpression filterCondition()
  175. sphinxMatchExpression filterMatch()
  176. sphinxMatchExpression isEmpty()
  177. sphinxMatchExpression match()
  178. sphinxMatchExpression orFilterMatch()
  179. sphinxMatchExpression orMatch()
  180. sphinxMatchExpression params()
  181. sphinxQuery
  182. sphinxQuery $connection
  183. sphinxQuery $facets
  184. sphinxQuery $groupLimit
  185. sphinxQuery $match
  186. sphinxQuery $options
  187. sphinxQuery $showMeta
  188. sphinxQuery $snippetCallback
  189. sphinxQuery $snippetOptions
  190. sphinxQuery $within
  191. sphinxQuery addFacets()
  192. sphinxQuery addOptions()
  193. sphinxQuery addWithin()
  194. sphinxQuery callSnippets()
  195. sphinxQuery callSnippetsInternal()
  196. sphinxQuery create()
  197. sphinxQuery createCommand()
  198. sphinxQuery defaultConnection()
  199. sphinxQuery facets()
  200. sphinxQuery fillUpSnippets()
  201. sphinxQuery getConnection()
  202. sphinxQuery groupLimit()
  203. sphinxQuery innerJoin()
  204. sphinxQuery join()
  205. sphinxQuery leftJoin()
  206. sphinxQuery match()
  207. sphinxQuery one()
  208. sphinxQuery options()
  209. sphinxQuery populate()
  210. sphinxQuery queryScalar()
  211. sphinxQuery rightJoin()
  212. sphinxQuery search()
  213. sphinxQuery setConnection()
  214. sphinxQuery showMeta()
  215. sphinxQuery snippetCallback()
  216. sphinxQuery snippetOptions()
  217. sphinxQuery within()
  218. sphinxQueryBuilder
  219. sphinxQueryBuilder $conditionBuilders
  220. sphinxQueryBuilder $db
  221. sphinxQueryBuilder $matchBuilder
  222. sphinxQueryBuilder $querySeparator
  223. sphinxQueryBuilder $separator
  224. sphinxQueryBuilder __construct()
  225. sphinxQueryBuilder batchInsert()
  226. sphinxQueryBuilder batchReplace()
  227. sphinxQueryBuilder build()
  228. sphinxQueryBuilder buildAndCondition()
  229. sphinxQueryBuilder buildBetweenCondition()
  230. sphinxQueryBuilder buildColumns()
  231. sphinxQueryBuilder buildCompositeInCondition()
  232. sphinxQueryBuilder buildCondition()
  233. sphinxQueryBuilder buildFacets()
  234. sphinxQueryBuilder buildFrom()
  235. sphinxQueryBuilder buildGroupBy()
  236. sphinxQueryBuilder buildHashCondition()
  237. sphinxQueryBuilder buildHaving()
  238. sphinxQueryBuilder buildInCondition()
  239. sphinxQueryBuilder buildLikeCondition()
  240. sphinxQueryBuilder buildLimit()
  241. sphinxQueryBuilder buildMatch()
  242. sphinxQueryBuilder buildNotCondition()
  243. sphinxQueryBuilder buildOption()
  244. sphinxQueryBuilder buildOrderBy()
  245. sphinxQueryBuilder buildOrderByAndLimit()
  246. sphinxQueryBuilder buildSelect()
  247. sphinxQueryBuilder buildShowMeta()
  248. sphinxQueryBuilder buildSimpleCondition()
  249. sphinxQueryBuilder buildWhere()
  250. sphinxQueryBuilder buildWithin()
  251. sphinxQueryBuilder callKeywords()
  252. sphinxQueryBuilder callSnippets()
  253. sphinxQueryBuilder composeColumnValue()
  254. sphinxQueryBuilder delete()
  255. sphinxQueryBuilder generateBatchInsertReplace()
  256. sphinxQueryBuilder generateInsertReplace()
  257. sphinxQueryBuilder getMatchBuilder()
  258. sphinxQueryBuilder insert()
  259. sphinxQueryBuilder replace()
  260. sphinxQueryBuilder truncateIndex()
  261. sphinxQueryBuilder update()
  262. sphinxSchema
  263. sphinxSchema $db
  264. sphinxSchema $indexNames
  265. sphinxSchema $indexSchemas
  266. sphinxSchema $indexTypes
  267. sphinxSchema $queryBuilder
  268. sphinxSchema $typeMap
  269. sphinxSchema applyDefaultColumns()
  270. sphinxSchema convertException()
  271. sphinxSchema createQueryBuilder()
  272. sphinxSchema findColumns()
  273. sphinxSchema findIndexes()
  274. sphinxSchema getCacheKey()
  275. sphinxSchema getCacheTag()
  276. sphinxSchema getColumnPhpType()
  277. sphinxSchema getIndexNames()
  278. sphinxSchema getIndexSchema()
  279. sphinxSchema getIndexSchemas()
  280. sphinxSchema getIndexTypes()
  281. sphinxSchema getPdoType()
  282. sphinxSchema getQueryBuilder()
  283. sphinxSchema getRawIndexName()
  284. sphinxSchema initIndexesInfo()
  285. sphinxSchema isReadQuery()
  286. sphinxSchema loadColumnSchema()
  287. sphinxSchema loadIndexSchema()
  288. sphinxSchema quoteColumnName()
  289. sphinxSchema quoteIndexName()
  290. sphinxSchema quoteSimpleColumnName()
  291. sphinxSchema quoteSimpleIndexName()
  292. sphinxSchema quoteValue()
  293. sphinxSchema refresh()
  294. sphinxSchema resolveIndexNames()
  295. sphinxSchema resolveIndexType()

swiftmailer

  1. swiftmailerLogger
  2. swiftmailerLogger add()
  3. swiftmailerLogger clear()
  4. swiftmailerLogger dump()
  5. swiftmailerMailer
  6. swiftmailerMailer $enableSwiftMailerLogging
  7. swiftmailerMailer $messageClass
  8. swiftmailerMailer $swiftMailer
  9. swiftmailerMailer $transport
  10. swiftmailerMailer createSwiftMailer()
  11. swiftmailerMailer createSwiftObject()
  12. swiftmailerMailer createTransport()
  13. swiftmailerMailer getSwiftMailer()
  14. swiftmailerMailer getTransport()
  15. swiftmailerMailer sendMessage()
  16. swiftmailerMailer setTransport()
  17. swiftmailerMessage
  18. swiftmailerMessage $bcc
  19. swiftmailerMessage $cc
  20. swiftmailerMessage $charset
  21. swiftmailerMessage $from
  22. swiftmailerMessage $headers
  23. swiftmailerMessage $htmlBody
  24. swiftmailerMessage $priority
  25. swiftmailerMessage $readReceiptTo
  26. swiftmailerMessage $replyTo
  27. swiftmailerMessage $returnPath
  28. swiftmailerMessage $signature
  29. swiftmailerMessage $subject
  30. swiftmailerMessage $swiftMessage
  31. swiftmailerMessage $textBody
  32. swiftmailerMessage $to
  33. swiftmailerMessage __clone()
  34. swiftmailerMessage addHeader()
  35. swiftmailerMessage addSignature()
  36. swiftmailerMessage attach()
  37. swiftmailerMessage attachContent()
  38. swiftmailerMessage createSwiftMessage()
  39. swiftmailerMessage createSwiftSigner()
  40. swiftmailerMessage embed()
  41. swiftmailerMessage embedContent()
  42. swiftmailerMessage getBcc()
  43. swiftmailerMessage getCc()
  44. swiftmailerMessage getCharset()
  45. swiftmailerMessage getFrom()
  46. swiftmailerMessage getHeader()
  47. swiftmailerMessage getPriority()
  48. swiftmailerMessage getReadReceiptTo()
  49. swiftmailerMessage getReplyTo()
  50. swiftmailerMessage getReturnPath()
  51. swiftmailerMessage getSubject()
  52. swiftmailerMessage getSwiftMessage()
  53. swiftmailerMessage getTo()
  54. swiftmailerMessage setBcc()
  55. swiftmailerMessage setBody()
  56. swiftmailerMessage setCc()
  57. swiftmailerMessage setCharset()
  58. swiftmailerMessage setFrom()
  59. swiftmailerMessage setHeader()
  60. swiftmailerMessage setHeaders()
  61. swiftmailerMessage setHtmlBody()
  62. swiftmailerMessage setPriority()
  63. swiftmailerMessage setReadReceiptTo()
  64. swiftmailerMessage setReplyTo()
  65. swiftmailerMessage setReturnPath()
  66. swiftmailerMessage setSignature()
  67. swiftmailerMessage setSubject()
  68. swiftmailerMessage setTextBody()
  69. swiftmailerMessage setTo()
  70. swiftmailerMessage toString()

test

  1. testActiveFixture
  2. testActiveFixture $dataFile
  3. testActiveFixture $tableName
  4. testActiveFixture $tableSchema
  5. testActiveFixture getData()
  6. testActiveFixture getTableSchema()
  7. testActiveFixture init()
  8. testActiveFixture load()
  9. testActiveFixture resetTable()
  10. testActiveFixture unload()
  11. testArrayFixture
  12. testArrayFixture $data
  13. testArrayFixture $dataFile
  14. testArrayFixture getData()
  15. testArrayFixture load()
  16. testArrayFixture unload()
  17. testBaseActiveFixture
  18. testBaseActiveFixture $data
  19. testBaseActiveFixture $dataFile
  20. testBaseActiveFixture $modelClass
  21. testBaseActiveFixture getData()
  22. testBaseActiveFixture getModel()
  23. testBaseActiveFixture load()
  24. testBaseActiveFixture unload()
  25. testDbFixture
  26. testDbFixture $db
  27. testDbFixture init()
  28. testFixture
  29. testFixture $depends
  30. testFixture afterLoad()
  31. testFixture afterUnload()
  32. testFixture beforeLoad()
  33. testFixture beforeUnload()
  34. testFixture load()
  35. testFixture unload()
  36. testFixtureTrait
  37. testFixtureTrait createFixtures()
  38. testFixtureTrait fixtures()
  39. testFixtureTrait getFixture()
  40. testFixtureTrait getFixtures()
  41. testFixtureTrait globalFixtures()
  42. testFixtureTrait initFixtures()
  43. testFixtureTrait loadFixtures()
  44. testFixtureTrait unloadFixtures()
  45. testInitDbFixture
  46. testInitDbFixture $initScript
  47. testInitDbFixture $schemas
  48. testInitDbFixture afterLoad()
  49. testInitDbFixture afterUnload()
  50. testInitDbFixture beforeLoad()
  51. testInitDbFixture beforeUnload()
  52. testInitDbFixture checkIntegrity()
  53. testInitDbFixture load()

twig

  1. twigViewRenderer
  2. twigViewRenderer $cachePath
  3. twigViewRenderer $extensions
  4. twigViewRenderer $filters
  5. twigViewRenderer $functions
  6. twigViewRenderer $globals
  7. twigViewRenderer $lexerOptions
  8. twigViewRenderer $options
  9. twigViewRenderer $twig
  10. twigViewRenderer $twigFallbackPaths
  11. twigViewRenderer $twigModulesNamespace
  12. twigViewRenderer $twigViewsNamespace
  13. twigViewRenderer $twigWidgetsNamespace
  14. twigViewRenderer $uses
  15. twigViewRenderer addAliases()
  16. twigViewRenderer addExtensions()
  17. twigViewRenderer addFallbackPaths()
  18. twigViewRenderer addFilters()
  19. twigViewRenderer addFunctions()
  20. twigViewRenderer addGlobals()
  21. twigViewRenderer init()
  22. twigViewRenderer render()
  23. twigViewRenderer setLexerOptions()

validators

  1. validatorsBooleanValidator
  2. validatorsBooleanValidator $falseValue
  3. validatorsBooleanValidator $strict
  4. validatorsBooleanValidator $trueValue
  5. validatorsBooleanValidator clientValidateAttribute()
  6. validatorsBooleanValidator getClientOptions()
  7. validatorsBooleanValidator init()
  8. validatorsBooleanValidator validateValue()
  9. validatorsCompareValidator
  10. validatorsCompareValidator $compareAttribute
  11. validatorsCompareValidator $compareValue
  12. validatorsCompareValidator $message
  13. validatorsCompareValidator $operator
  14. validatorsCompareValidator $type
  15. validatorsCompareValidator clientValidateAttribute()
  16. validatorsCompareValidator compareValues()
  17. validatorsCompareValidator getClientOptions()
  18. validatorsCompareValidator init()
  19. validatorsCompareValidator validateAttribute()
  20. validatorsCompareValidator validateValue()
  21. validatorsDateValidator
  22. validatorsDateValidator $format
  23. validatorsDateValidator $locale
  24. validatorsDateValidator $max
  25. validatorsDateValidator $maxString
  26. validatorsDateValidator $min
  27. validatorsDateValidator $minString
  28. validatorsDateValidator $timeZone
  29. validatorsDateValidator $timestampAttribute
  30. validatorsDateValidator $timestampAttributeFormat
  31. validatorsDateValidator $timestampAttributeTimeZone
  32. validatorsDateValidator $tooBig
  33. validatorsDateValidator $tooSmall
  34. validatorsDateValidator $type
  35. validatorsDateValidator init()
  36. validatorsDateValidator parseDateValue()
  37. validatorsDateValidator validateAttribute()
  38. validatorsDateValidator validateValue()
  39. validatorsDefaultValueValidator
  40. validatorsDefaultValueValidator $skipOnEmpty
  41. validatorsDefaultValueValidator $value
  42. validatorsDefaultValueValidator validateAttribute()
  43. validatorsEachValidator
  44. validatorsEachValidator $allowMessageFromRule
  45. validatorsEachValidator $rule
  46. validatorsEachValidator $stopOnFirstError
  47. validatorsEachValidator init()
  48. validatorsEachValidator validateAttribute()
  49. validatorsEachValidator validateValue()
  50. validatorsEmailValidator
  51. validatorsEmailValidator $allowName
  52. validatorsEmailValidator $checkDNS
  53. validatorsEmailValidator $enableIDN
  54. validatorsEmailValidator $fullPattern
  55. validatorsEmailValidator $pattern
  56. validatorsEmailValidator clientValidateAttribute()
  57. validatorsEmailValidator getClientOptions()
  58. validatorsEmailValidator init()
  59. validatorsEmailValidator validateValue()
  60. validatorsExistValidator
  61. validatorsExistValidator $allowArray
  62. validatorsExistValidator $filter
  63. validatorsExistValidator $targetAttribute
  64. validatorsExistValidator $targetAttributeJunction
  65. validatorsExistValidator $targetClass
  66. validatorsExistValidator createQuery()
  67. validatorsExistValidator init()
  68. validatorsExistValidator validateAttribute()
  69. validatorsExistValidator validateValue()
  70. validatorsFileValidator
  71. validatorsFileValidator $checkExtensionByMimeType
  72. validatorsFileValidator $extensions
  73. validatorsFileValidator $maxFiles
  74. validatorsFileValidator $maxSize
  75. validatorsFileValidator $message
  76. validatorsFileValidator $mimeTypes
  77. validatorsFileValidator $minSize
  78. validatorsFileValidator $sizeLimit
  79. validatorsFileValidator $tooBig
  80. validatorsFileValidator $tooMany
  81. validatorsFileValidator $tooSmall
  82. validatorsFileValidator $uploadRequired
  83. validatorsFileValidator $wrongExtension
  84. validatorsFileValidator $wrongMimeType
  85. validatorsFileValidator clientValidateAttribute()
  86. validatorsFileValidator getClientOptions()
  87. validatorsFileValidator getSizeLimit()
  88. validatorsFileValidator init()
  89. validatorsFileValidator isEmpty()
  90. validatorsFileValidator validateAttribute()
  91. validatorsFileValidator validateExtension()
  92. validatorsFileValidator validateMimeType()
  93. validatorsFileValidator validateValue()
  94. validatorsFilterValidator
  95. validatorsFilterValidator $filter
  96. validatorsFilterValidator $skipOnArray
  97. validatorsFilterValidator $skipOnEmpty
  98. validatorsFilterValidator clientValidateAttribute()
  99. validatorsFilterValidator getClientOptions()
  100. validatorsFilterValidator init()
  101. validatorsFilterValidator validateAttribute()
  102. validatorsImageValidator
  103. validatorsImageValidator $maxHeight
  104. validatorsImageValidator $maxWidth
  105. validatorsImageValidator $minHeight
  106. validatorsImageValidator $minWidth
  107. validatorsImageValidator $notImage
  108. validatorsImageValidator $overHeight
  109. validatorsImageValidator $overWidth
  110. validatorsImageValidator $underHeight
  111. validatorsImageValidator $underWidth
  112. validatorsImageValidator clientValidateAttribute()
  113. validatorsImageValidator getClientOptions()
  114. validatorsImageValidator init()
  115. validatorsImageValidator validateImage()
  116. validatorsImageValidator validateValue()
  117. validatorsInlineValidator
  118. validatorsInlineValidator $clientValidate
  119. validatorsInlineValidator $method
  120. validatorsInlineValidator $params
  121. validatorsInlineValidator clientValidateAttribute()
  122. validatorsInlineValidator validateAttribute()
  123. validatorsIpValidator
  124. validatorsIpValidator $expandIPv6
  125. validatorsIpValidator $hasSubnet
  126. validatorsIpValidator $ipv4
  127. validatorsIpValidator $ipv4NotAllowed
  128. validatorsIpValidator $ipv4Pattern
  129. validatorsIpValidator $ipv6
  130. validatorsIpValidator $ipv6NotAllowed
  131. validatorsIpValidator $ipv6Pattern
  132. validatorsIpValidator $message
  133. validatorsIpValidator $negation
  134. validatorsIpValidator $networks
  135. validatorsIpValidator $noSubnet
  136. validatorsIpValidator $normalize
  137. validatorsIpValidator $notInRange
  138. validatorsIpValidator $ranges
  139. validatorsIpValidator $subnet
  140. validatorsIpValidator $wrongCidr
  141. validatorsIpValidator clientValidateAttribute()
  142. validatorsIpValidator getClientOptions()
  143. validatorsIpValidator getRanges()
  144. validatorsIpValidator init()
  145. validatorsIpValidator setRanges()
  146. validatorsIpValidator validateAttribute()
  147. validatorsIpValidator validateIPv4()
  148. validatorsIpValidator validateIPv6()
  149. validatorsIpValidator validateValue()
  150. validatorsNumberValidator
  151. validatorsNumberValidator $integerOnly
  152. validatorsNumberValidator $integerPattern
  153. validatorsNumberValidator $max
  154. validatorsNumberValidator $min
  155. validatorsNumberValidator $numberPattern
  156. validatorsNumberValidator $tooBig
  157. validatorsNumberValidator $tooSmall
  158. validatorsNumberValidator clientValidateAttribute()
  159. validatorsNumberValidator getClientOptions()
  160. validatorsNumberValidator init()
  161. validatorsNumberValidator validateAttribute()
  162. validatorsNumberValidator validateValue()
  163. validatorsPunycodeAsset
  164. validatorsPunycodeAsset $js
  165. validatorsPunycodeAsset $sourcePath
  166. validatorsRangeValidator
  167. validatorsRangeValidator $allowArray
  168. validatorsRangeValidator $not
  169. validatorsRangeValidator $range
  170. validatorsRangeValidator $strict
  171. validatorsRangeValidator clientValidateAttribute()
  172. validatorsRangeValidator getClientOptions()
  173. validatorsRangeValidator init()
  174. validatorsRangeValidator validateAttribute()
  175. validatorsRangeValidator validateValue()
  176. validatorsRegularExpressionValidator
  177. validatorsRegularExpressionValidator $not
  178. validatorsRegularExpressionValidator $pattern
  179. validatorsRegularExpressionValidator clientValidateAttribute()
  180. validatorsRegularExpressionValidator getClientOptions()
  181. validatorsRegularExpressionValidator init()
  182. validatorsRegularExpressionValidator validateValue()
  183. validatorsRequiredValidator
  184. validatorsRequiredValidator $message
  185. validatorsRequiredValidator $requiredValue
  186. validatorsRequiredValidator $skipOnEmpty
  187. validatorsRequiredValidator $strict
  188. validatorsRequiredValidator clientValidateAttribute()
  189. validatorsRequiredValidator getClientOptions()
  190. validatorsRequiredValidator init()
  191. validatorsRequiredValidator validateValue()
  192. validatorsSafeValidator
  193. validatorsSafeValidator validateAttribute()
  194. validatorsSafeValidator validateAttributes()
  195. validatorsStringValidator
  196. validatorsStringValidator $encoding
  197. validatorsStringValidator $length
  198. validatorsStringValidator $max
  199. validatorsStringValidator $message
  200. validatorsStringValidator $min
  201. validatorsStringValidator $notEqual
  202. validatorsStringValidator $tooLong
  203. validatorsStringValidator $tooShort
  204. validatorsStringValidator clientValidateAttribute()
  205. validatorsStringValidator getClientOptions()
  206. validatorsStringValidator init()
  207. validatorsStringValidator validateAttribute()
  208. validatorsStringValidator validateValue()
  209. validatorsUniqueValidator
  210. validatorsUniqueValidator $comboNotUnique
  211. validatorsUniqueValidator $filter
  212. validatorsUniqueValidator $message
  213. validatorsUniqueValidator $targetAttribute
  214. validatorsUniqueValidator $targetAttributeJunction
  215. validatorsUniqueValidator $targetClass
  216. validatorsUniqueValidator init()
  217. validatorsUniqueValidator validateAttribute()
  218. validatorsUrlValidator
  219. validatorsUrlValidator $defaultScheme
  220. validatorsUrlValidator $enableIDN
  221. validatorsUrlValidator $pattern
  222. validatorsUrlValidator $validSchemes
  223. validatorsUrlValidator clientValidateAttribute()
  224. validatorsUrlValidator getClientOptions()
  225. validatorsUrlValidator init()
  226. validatorsUrlValidator validateAttribute()
  227. validatorsUrlValidator validateValue()
  228. validatorsValidationAsset
  229. validatorsValidationAsset $depends
  230. validatorsValidationAsset $js
  231. validatorsValidationAsset $sourcePath
  232. validatorsValidator
  233. validatorsValidator $attributeNames
  234. validatorsValidator $attributes
  235. validatorsValidator $builtInValidators
  236. validatorsValidator $enableClientValidation
  237. validatorsValidator $except
  238. validatorsValidator $isEmpty
  239. validatorsValidator $message
  240. validatorsValidator $on
  241. validatorsValidator $skipOnEmpty
  242. validatorsValidator $skipOnError
  243. validatorsValidator $when
  244. validatorsValidator $whenClient
  245. validatorsValidator addError()
  246. validatorsValidator clientValidateAttribute()
  247. validatorsValidator createValidator()
  248. validatorsValidator formatMessage()
  249. validatorsValidator getAttributeNames()
  250. validatorsValidator getClientOptions()
  251. validatorsValidator init()
  252. validatorsValidator isActive()
  253. validatorsValidator isEmpty()
  254. validatorsValidator validate()
  255. validatorsValidator validateAttribute()
  256. validatorsValidator validateAttributes()
  257. validatorsValidator validateValue()

web

  1. webApplication
  2. webApplication $catchAll
  3. webApplication $controller
  4. webApplication $defaultRoute
  5. webApplication $errorHandler
  6. webApplication $homeUrl
  7. webApplication $request
  8. webApplication $response
  9. webApplication $session
  10. webApplication $user
  11. webApplication bootstrap()
  12. webApplication coreComponents()
  13. webApplication getErrorHandler()
  14. webApplication getHomeUrl()
  15. webApplication getRequest()
  16. webApplication getResponse()
  17. webApplication getSession()
  18. webApplication getUser()
  19. webApplication handleRequest()
  20. webApplication setHomeUrl()
  21. webAssetBundle
  22. webAssetBundle $basePath
  23. webAssetBundle $baseUrl
  24. webAssetBundle $css
  25. webAssetBundle $cssOptions
  26. webAssetBundle $depends
  27. webAssetBundle $js
  28. webAssetBundle $jsOptions
  29. webAssetBundle $publishOptions
  30. webAssetBundle $sourcePath
  31. webAssetBundle init()
  32. webAssetBundle publish()
  33. webAssetBundle register()
  34. webAssetBundle registerAssetFiles()
  35. webAssetConverter
  36. webAssetConverter $commands
  37. webAssetConverter $forceConvert
  38. webAssetConverter convert()
  39. webAssetConverter runCommand()
  40. webAssetConverterInterface
  41. webAssetConverterInterface convert()
  42. webAssetManager
  43. webAssetManager $afterCopy
  44. webAssetManager $appendTimestamp
  45. webAssetManager $assetMap
  46. webAssetManager $basePath
  47. webAssetManager $baseUrl
  48. webAssetManager $beforeCopy
  49. webAssetManager $bundles
  50. webAssetManager $converter
  51. webAssetManager $dirMode
  52. webAssetManager $fileMode
  53. webAssetManager $forceCopy
  54. webAssetManager $hashCallback
  55. webAssetManager $linkAssets
  56. webAssetManager getAssetPath()
  57. webAssetManager getAssetUrl()
  58. webAssetManager getBundle()
  59. webAssetManager getConverter()
  60. webAssetManager getPublishedPath()
  61. webAssetManager getPublishedUrl()
  62. webAssetManager hash()
  63. webAssetManager init()
  64. webAssetManager loadBundle()
  65. webAssetManager loadDummyBundle()
  66. webAssetManager publish()
  67. webAssetManager publishDirectory()
  68. webAssetManager publishFile()
  69. webAssetManager resolveAsset()
  70. webAssetManager setConverter()
  71. webBadRequestHttpException
  72. webBadRequestHttpException __construct()
  73. webCacheSession
  74. webCacheSession $cache
  75. webCacheSession $useCustomStorage
  76. webCacheSession calculateKey()
  77. webCacheSession destroySession()
  78. webCacheSession getUseCustomStorage()
  79. webCacheSession init()
  80. webCacheSession readSession()
  81. webCacheSession writeSession()
  82. webCompositeUrlRule
  83. webCompositeUrlRule $createStatus
  84. webCompositeUrlRule $createUrlStatus
  85. webCompositeUrlRule $rules
  86. webCompositeUrlRule createRules()
  87. webCompositeUrlRule createUrl()
  88. webCompositeUrlRule getCreateUrlStatus()
  89. webCompositeUrlRule init()
  90. webCompositeUrlRule iterateRules()
  91. webCompositeUrlRule parseRequest()
  92. webConflictHttpException
  93. webConflictHttpException __construct()
  94. webController
  95. webController $actionParams
  96. webController $enableCsrfValidation
  97. webController asJson()
  98. webController asXml()
  99. webController beforeAction()
  100. webController bindActionParams()
  101. webController goBack()
  102. webController goHome()
  103. webController redirect()
  104. webController refresh()
  105. webController renderAjax()
  106. webCookie
  107. webCookie $domain
  108. webCookie $expire
  109. webCookie $httpOnly
  110. webCookie $name
  111. webCookie $path
  112. webCookie $secure
  113. webCookie $value
  114. webCookie __toString()
  115. webCookieCollection
  116. webCookieCollection $count
  117. webCookieCollection $iterator
  118. webCookieCollection $readOnly
  119. webCookieCollection __construct()
  120. webCookieCollection add()
  121. webCookieCollection count()
  122. webCookieCollection fromArray()
  123. webCookieCollection get()
  124. webCookieCollection getCount()
  125. webCookieCollection getIterator()
  126. webCookieCollection getValue()
  127. webCookieCollection has()
  128. webCookieCollection offsetExists()
  129. webCookieCollection offsetGet()
  130. webCookieCollection offsetSet()
  131. webCookieCollection offsetUnset()
  132. webCookieCollection remove()
  133. webCookieCollection removeAll()
  134. webCookieCollection toArray()
  135. webDbSession
  136. webDbSession $db
  137. webDbSession $sessionTable
  138. webDbSession destroySession()
  139. webDbSession gcSession()
  140. webDbSession init()
  141. webDbSession readSession()
  142. webDbSession regenerateID()
  143. webDbSession writeSession()
  144. webErrorAction
  145. webErrorAction $defaultMessage
  146. webErrorAction $defaultName
  147. webErrorAction $exception
  148. webErrorAction $view
  149. webErrorAction findException()
  150. webErrorAction getExceptionCode()
  151. webErrorAction getExceptionMessage()
  152. webErrorAction getExceptionName()
  153. webErrorAction getViewRenderParams()
  154. webErrorAction init()
  155. webErrorAction renderAjaxResponse()
  156. webErrorAction renderHtmlResponse()
  157. webErrorAction run()
  158. webErrorHandler
  159. webErrorHandler $callStackItemView
  160. webErrorHandler $displayVars
  161. webErrorHandler $errorAction
  162. webErrorHandler $errorView
  163. webErrorHandler $exceptionView
  164. webErrorHandler $maxSourceLines
  165. webErrorHandler $maxTraceSourceLines
  166. webErrorHandler $previousExceptionView
  167. webErrorHandler addTypeLinks()
  168. webErrorHandler argumentsToString()
  169. webErrorHandler convertExceptionToArray()
  170. webErrorHandler createFrameworkVersionLink()
  171. webErrorHandler createHttpStatusLink()
  172. webErrorHandler createServerInformationLink()
  173. webErrorHandler getExceptionName()
  174. webErrorHandler getTypeUrl()
  175. webErrorHandler htmlEncode()
  176. webErrorHandler isCoreFile()
  177. webErrorHandler renderCallStack()
  178. webErrorHandler renderCallStackItem()
  179. webErrorHandler renderException()
  180. webErrorHandler renderFile()
  181. webErrorHandler renderPreviousExceptions()
  182. webErrorHandler renderRequest()
  183. webErrorHandler shouldRenderSimpleHtml()
  184. webForbiddenHttpException
  185. webForbiddenHttpException __construct()
  186. webGoneHttpException
  187. webGoneHttpException __construct()
  188. webGroupUrlRule
  189. webGroupUrlRule $prefix
  190. webGroupUrlRule $routePrefix
  191. webGroupUrlRule $ruleConfig
  192. webGroupUrlRule $rules
  193. webGroupUrlRule createRules()
  194. webGroupUrlRule createUrl()
  195. webGroupUrlRule init()
  196. webGroupUrlRule parseRequest()
  197. webHeaderCollection
  198. webHeaderCollection $count
  199. webHeaderCollection $iterator
  200. webHeaderCollection add()
  201. webHeaderCollection count()
  202. webHeaderCollection fromArray()
  203. webHeaderCollection get()
  204. webHeaderCollection getCount()
  205. webHeaderCollection getIterator()
  206. webHeaderCollection has()
  207. webHeaderCollection offsetExists()
  208. webHeaderCollection offsetGet()
  209. webHeaderCollection offsetSet()
  210. webHeaderCollection offsetUnset()
  211. webHeaderCollection remove()
  212. webHeaderCollection removeAll()
  213. webHeaderCollection set()
  214. webHeaderCollection setDefault()
  215. webHeaderCollection toArray()
  216. webHtmlResponseFormatter
  217. webHtmlResponseFormatter $contentType
  218. webHtmlResponseFormatter format()
  219. webHttpException
  220. webHttpException $statusCode
  221. webHttpException __construct()
  222. webHttpException getName()
  223. webIdentityInterface
  224. webIdentityInterface findIdentity()
  225. webIdentityInterface findIdentityByAccessToken()
  226. webIdentityInterface getAuthKey()
  227. webIdentityInterface getId()
  228. webIdentityInterface validateAuthKey()
  229. webJqueryAsset
  230. webJqueryAsset $js
  231. webJqueryAsset $sourcePath
  232. webJsExpression
  233. webJsExpression $expression
  234. webJsExpression __construct()
  235. webJsExpression __toString()
  236. webJsonParser
  237. webJsonParser $asArray
  238. webJsonParser $throwException
  239. webJsonParser parse()
  240. webJsonResponseFormatter
  241. webJsonResponseFormatter $encodeOptions
  242. webJsonResponseFormatter $prettyPrint
  243. webJsonResponseFormatter $useJsonp
  244. webJsonResponseFormatter format()
  245. webJsonResponseFormatter formatJson()
  246. webJsonResponseFormatter formatJsonp()
  247. webLink
  248. webLink $href
  249. webLink $hreflang
  250. webLink $name
  251. webLink $profile
  252. webLink $templated
  253. webLink $title
  254. webLink $type
  255. webLink serialize()
  256. webLinkable
  257. webLinkable getLinks()
  258. webMethodNotAllowedHttpException
  259. webMethodNotAllowedHttpException __construct()
  260. webMultiFieldSession
  261. webMultiFieldSession $readCallback
  262. webMultiFieldSession $useCustomStorage
  263. webMultiFieldSession $writeCallback
  264. webMultiFieldSession composeFields()
  265. webMultiFieldSession extractData()
  266. webMultiFieldSession getUseCustomStorage()
  267. webMultipartFormDataParser
  268. webMultipartFormDataParser $uploadFileMaxCount
  269. webMultipartFormDataParser $uploadFileMaxSize
  270. webMultipartFormDataParser getUploadFileMaxCount()
  271. webMultipartFormDataParser getUploadFileMaxSize()
  272. webMultipartFormDataParser parse()
  273. webMultipartFormDataParser setUploadFileMaxCount()
  274. webMultipartFormDataParser setUploadFileMaxSize()
  275. webNotAcceptableHttpException
  276. webNotAcceptableHttpException __construct()
  277. webNotFoundHttpException
  278. webNotFoundHttpException __construct()
  279. webRangeNotSatisfiableHttpException
  280. webRangeNotSatisfiableHttpException __construct()
  281. webRequestParserInterface
  282. webRequestParserInterface parse()
  283. webResponseFormatterInterface
  284. webResponseFormatterInterface format()
  285. webServerErrorHttpException
  286. webServerErrorHttpException __construct()
  287. webSession
  288. webSession $allFlashes
  289. webSession $cookieParams
  290. webSession $count
  291. webSession $flash
  292. webSession $flashParam
  293. webSession $gCProbability
  294. webSession $handler
  295. webSession $hasSessionId
  296. webSession $id
  297. webSession $isActive
  298. webSession $iterator
  299. webSession $name
  300. webSession $savePath
  301. webSession $timeout
  302. webSession $useCookies
  303. webSession $useCustomStorage
  304. webSession $useTransparentSessionID
  305. webSession addFlash()
  306. webSession close()
  307. webSession closeSession()
  308. webSession count()
  309. webSession destroy()
  310. webSession destroySession()
  311. webSession gcSession()
  312. webSession get()
  313. webSession getAllFlashes()
  314. webSession getCookieParams()
  315. webSession getCount()
  316. webSession getFlash()
  317. webSession getGCProbability()
  318. webSession getHasSessionId()
  319. webSession getId()
  320. webSession getIsActive()
  321. webSession getIterator()
  322. webSession getName()
  323. webSession getSavePath()
  324. webSession getTimeout()
  325. webSession getUseCookies()
  326. webSession getUseCustomStorage()
  327. webSession getUseTransparentSessionID()
  328. webSession has()
  329. webSession hasFlash()
  330. webSession init()
  331. webSession offsetExists()
  332. webSession offsetGet()
  333. webSession offsetSet()
  334. webSession offsetUnset()
  335. webSession open()
  336. webSession openSession()
  337. webSession readSession()
  338. webSession regenerateID()
  339. webSession registerSessionHandler()
  340. webSession remove()
  341. webSession removeAll()
  342. webSession removeAllFlashes()
  343. webSession removeFlash()
  344. webSession set()
  345. webSession setCookieParams()
  346. webSession setFlash()
  347. webSession setGCProbability()
  348. webSession setHasSessionId()
  349. webSession setId()
  350. webSession setName()
  351. webSession setSavePath()
  352. webSession setTimeout()
  353. webSession setUseCookies()
  354. webSession setUseTransparentSessionID()
  355. webSession updateFlashCounters()
  356. webSession writeSession()
  357. webSessionIterator
  358. webSessionIterator __construct()
  359. webSessionIterator current()
  360. webSessionIterator key()
  361. webSessionIterator next()
  362. webSessionIterator rewind()
  363. webSessionIterator valid()
  364. webTooManyRequestsHttpException
  365. webTooManyRequestsHttpException __construct()
  366. webUnauthorizedHttpException
  367. webUnauthorizedHttpException __construct()
  368. webUnprocessableEntityHttpException
  369. webUnprocessableEntityHttpException __construct()
  370. webUnsupportedMediaTypeHttpException
  371. webUnsupportedMediaTypeHttpException __construct()
  372. webUploadedFile
  373. webUploadedFile $baseName
  374. webUploadedFile $error
  375. webUploadedFile $extension
  376. webUploadedFile $hasError
  377. webUploadedFile $name
  378. webUploadedFile $size
  379. webUploadedFile $tempName
  380. webUploadedFile $type
  381. webUploadedFile __toString()
  382. webUploadedFile getBaseName()
  383. webUploadedFile getExtension()
  384. webUploadedFile getHasError()
  385. webUploadedFile getInstance()
  386. webUploadedFile getInstanceByName()
  387. webUploadedFile getInstances()
  388. webUploadedFile getInstancesByName()
  389. webUploadedFile reset()
  390. webUploadedFile saveAs()
  391. webUrlManager
  392. webUrlManager $baseUrl
  393. webUrlManager $cache
  394. webUrlManager $cacheKey
  395. webUrlManager $enablePrettyUrl
  396. webUrlManager $enableStrictParsing
  397. webUrlManager $hostInfo
  398. webUrlManager $normalizer
  399. webUrlManager $routeParam
  400. webUrlManager $ruleConfig
  401. webUrlManager $rules
  402. webUrlManager $scriptUrl
  403. webUrlManager $showScriptName
  404. webUrlManager $suffix
  405. webUrlManager addRules()
  406. webUrlManager buildRules()
  407. webUrlManager canBeCached()
  408. webUrlManager createAbsoluteUrl()
  409. webUrlManager createUrl()
  410. webUrlManager getBaseUrl()
  411. webUrlManager getHostInfo()
  412. webUrlManager getScriptUrl()
  413. webUrlManager getUrlFromCache()
  414. webUrlManager init()
  415. webUrlManager parseRequest()
  416. webUrlManager setBaseUrl()
  417. webUrlManager setHostInfo()
  418. webUrlManager setRuleToCache()
  419. webUrlManager setScriptUrl()
  420. webUrlNormalizer
  421. webUrlNormalizer $action
  422. webUrlNormalizer $collapseSlashes
  423. webUrlNormalizer $normalizeTrailingSlash
  424. webUrlNormalizer collapseSlashes()
  425. webUrlNormalizer normalizePathInfo()
  426. webUrlNormalizer normalizeRoute()
  427. webUrlNormalizer normalizeTrailingSlash()
  428. webUrlNormalizerRedirectException
  429. webUrlNormalizerRedirectException $scheme
  430. webUrlNormalizerRedirectException $statusCode
  431. webUrlNormalizerRedirectException $url
  432. webUrlNormalizerRedirectException __construct()
  433. webUrlRule
  434. webUrlRule $createStatus
  435. webUrlRule $createUrlStatus
  436. webUrlRule $defaults
  437. webUrlRule $encodeParams
  438. webUrlRule $host
  439. webUrlRule $mode
  440. webUrlRule $name
  441. webUrlRule $normalizer
  442. webUrlRule $pattern
  443. webUrlRule $placeholders
  444. webUrlRule $route
  445. webUrlRule $suffix
  446. webUrlRule $verb
  447. webUrlRule __toString()
  448. webUrlRule createUrl()
  449. webUrlRule getCreateUrlStatus()
  450. webUrlRule getNormalizer()
  451. webUrlRule getParamRules()
  452. webUrlRule hasNormalizer()
  453. webUrlRule init()
  454. webUrlRule parseRequest()
  455. webUrlRule substitutePlaceholderNames()
  456. webUrlRuleInterface
  457. webUrlRuleInterface createUrl()
  458. webUrlRuleInterface parseRequest()
  459. webUser
  460. webUser $absoluteAuthTimeout
  461. webUser $absoluteAuthTimeoutParam
  462. webUser $acceptableRedirectTypes
  463. webUser $accessChecker
  464. webUser $authTimeout
  465. webUser $authTimeoutParam
  466. webUser $autoRenewCookie
  467. webUser $enableAutoLogin
  468. webUser $enableSession
  469. webUser $id
  470. webUser $idParam
  471. webUser $identity
  472. webUser $identityClass
  473. webUser $identityCookie
  474. webUser $isGuest
  475. webUser $loginUrl
  476. webUser $returnUrl
  477. webUser $returnUrlParam
  478. webUser afterLogin()
  479. webUser afterLogout()
  480. webUser beforeLogin()
  481. webUser beforeLogout()
  482. webUser can()
  483. webUser checkRedirectAcceptable()
  484. webUser getAccessChecker()
  485. webUser getAuthManager()
  486. webUser getId()
  487. webUser getIdentity()
  488. webUser getIdentityAndDurationFromCookie()
  489. webUser getIsGuest()
  490. webUser getReturnUrl()
  491. webUser init()
  492. webUser login()
  493. webUser loginByAccessToken()
  494. webUser loginByCookie()
  495. webUser loginRequired()
  496. webUser logout()
  497. webUser removeIdentityCookie()
  498. webUser renewAuthStatus()
  499. webUser renewIdentityCookie()
  500. webUser sendIdentityCookie()
  501. webUser setIdentity()
  502. webUser setReturnUrl()
  503. webUser switchIdentity()
  504. webUserEvent
  505. webUserEvent $cookieBased
  506. webUserEvent $duration
  507. webUserEvent $identity
  508. webUserEvent $isValid
  509. webView
  510. webView $assetBundles
  511. webView $assetManager
  512. webView $css
  513. webView $cssFiles
  514. webView $js
  515. webView $jsFiles
  516. webView $linkTags
  517. webView $metaTags
  518. webView $title
  519. webView EVENT_BEGIN_BODY
  520. webView EVENT_END_BODY
  521. webView beginBody()
  522. webView clear()
  523. webView endBody()
  524. webView endPage()
  525. webView getAssetManager()
  526. webView head()
  527. webView registerAssetBundle()
  528. webView registerAssetFiles()
  529. webView registerCss()
  530. webView registerCssFile()
  531. webView registerJs()
  532. webView registerJsFile()
  533. webView registerLinkTag()
  534. webView registerMetaTag()
  535. webView renderAjax()
  536. webView renderBodyBeginHtml()
  537. webView renderBodyEndHtml()
  538. webView renderHeadHtml()
  539. webView setAssetManager()
  540. webViewAction
  541. webViewAction $defaultView
  542. webViewAction $layout
  543. webViewAction $viewParam
  544. webViewAction $viewPrefix
  545. webViewAction render()
  546. webViewAction resolveViewName()
  547. webViewAction run()
  548. webXmlResponseFormatter
  549. webXmlResponseFormatter $contentType
  550. webXmlResponseFormatter $encoding
  551. webXmlResponseFormatter $itemTag
  552. webXmlResponseFormatter $rootTag
  553. webXmlResponseFormatter $useObjectTags
  554. webXmlResponseFormatter $useTraversableAsArray
  555. webXmlResponseFormatter $version
  556. webXmlResponseFormatter buildXml()
  557. webXmlResponseFormatter format()
  558. webXmlResponseFormatter formatScalarValue()
  559. webXmlResponseFormatter getValidXmlElementName()
  560. webXmlResponseFormatter isValidXmlName()
  561. webYiiAsset
  562. webYiiAsset $depends
  563. webYiiAsset $js
  564. webYiiAsset $sourcePath

webRequest

  1. webRequest
  2. webRequest $absoluteUrl
  3. webRequest $acceptableContentTypes
  4. webRequest $acceptableLanguages
  5. webRequest $authPassword
  6. webRequest $authUser
  7. webRequest $baseUrl
  8. webRequest $bodyParams
  9. webRequest $contentType
  10. webRequest $cookieValidationKey
  11. webRequest $cookies
  12. webRequest $csrfCookie
  13. webRequest $csrfParam
  14. webRequest $csrfToken
  15. webRequest $csrfTokenFromHeader
  16. webRequest $eTags
  17. webRequest $enableCookieValidation
  18. webRequest $enableCsrfCookie
  19. webRequest $enableCsrfValidation
  20. webRequest $headers
  21. webRequest $hostInfo
  22. webRequest $hostName
  23. webRequest $isAjax
  24. webRequest $isDelete
  25. webRequest $isFlash
  26. webRequest $isGet
  27. webRequest $isHead
  28. webRequest $isOptions
  29. webRequest $isPatch
  30. webRequest $isPjax
  31. webRequest $isPost
  32. webRequest $isPut
  33. webRequest $isSecureConnection
  34. webRequest $method
  35. webRequest $methodParam
  36. webRequest $parsers
  37. webRequest $pathInfo
  38. webRequest $port
  39. webRequest $preferredLanguage
  40. webRequest $queryParams
  41. webRequest $queryString
  42. webRequest $rawBody
  43. webRequest $referrer
  44. webRequest $scriptFile
  45. webRequest $scriptUrl
  46. webRequest $securePort
  47. webRequest $serverName
  48. webRequest $serverPort
  49. webRequest $url
  50. webRequest $userAgent
  51. webRequest $userHost
  52. webRequest $userIP
  53. webRequest createCsrfCookie()
  54. webRequest generateCsrfToken()
  55. webRequest get()
  56. webRequest getAbsoluteUrl()
  57. webRequest getAcceptableContentTypes()
  58. webRequest getAcceptableLanguages()
  59. webRequest getAuthPassword()
  60. webRequest getAuthUser()
  61. webRequest getBaseUrl()
  62. webRequest getBodyParam()
  63. webRequest getBodyParams()
  64. webRequest getContentType()
  65. webRequest getCookies()
  66. webRequest getCsrfToken()
  67. webRequest getCsrfTokenFromHeader()
  68. webRequest getETags()
  69. webRequest getHeaders()
  70. webRequest getHostInfo()
  71. webRequest getHostName()
  72. webRequest getIsAjax()
  73. webRequest getIsDelete()
  74. webRequest getIsFlash()
  75. webRequest getIsGet()
  76. webRequest getIsHead()
  77. webRequest getIsOptions()
  78. webRequest getIsPatch()
  79. webRequest getIsPjax()
  80. webRequest getIsPost()
  81. webRequest getIsPut()
  82. webRequest getIsSecureConnection()
  83. webRequest getMethod()
  84. webRequest getPathInfo()
  85. webRequest getPort()
  86. webRequest getPreferredLanguage()
  87. webRequest getQueryParam()
  88. webRequest getQueryParams()
  89. webRequest getQueryString()
  90. webRequest getRawBody()
  91. webRequest getReferrer()
  92. webRequest getScriptFile()
  93. webRequest getScriptUrl()
  94. webRequest getSecurePort()
  95. webRequest getServerName()
  96. webRequest getServerPort()
  97. webRequest getUrl()
  98. webRequest getUserAgent()
  99. webRequest getUserHost()
  100. webRequest getUserIP()
  101. webRequest loadCookies()
  102. webRequest loadCsrfToken()
  103. webRequest parseAcceptHeader()
  104. webRequest post()
  105. webRequest resolve()
  106. webRequest resolvePathInfo()
  107. webRequest resolveRequestUri()
  108. webRequest setAcceptableContentTypes()
  109. webRequest setAcceptableLanguages()
  110. webRequest setBaseUrl()
  111. webRequest setBodyParams()
  112. webRequest setHostInfo()
  113. webRequest setPathInfo()
  114. webRequest setPort()
  115. webRequest setQueryParams()
  116. webRequest setRawBody()
  117. webRequest setScriptFile()
  118. webRequest setScriptUrl()
  119. webRequest setSecurePort()
  120. webRequest setUrl()
  121. webRequest validateCsrfToken()

webResponse

  1. webResponse
  2. webResponse $acceptMimeType
  3. webResponse $acceptParams
  4. webResponse $charset
  5. webResponse $content
  6. webResponse $cookies
  7. webResponse $data
  8. webResponse $downloadHeaders
  9. webResponse $format
  10. webResponse $formatters
  11. webResponse $headers
  12. webResponse $httpStatuses
  13. webResponse $isClientError
  14. webResponse $isEmpty
  15. webResponse $isForbidden
  16. webResponse $isInformational
  17. webResponse $isInvalid
  18. webResponse $isNotFound
  19. webResponse $isOk
  20. webResponse $isRedirection
  21. webResponse $isSent
  22. webResponse $isServerError
  23. webResponse $isSuccessful
  24. webResponse $statusCode
  25. webResponse $statusCodeByException
  26. webResponse $statusText
  27. webResponse $stream
  28. webResponse $version
  29. webResponse EVENT_AFTER_PREPARE
  30. webResponse EVENT_AFTER_SEND
  31. webResponse EVENT_BEFORE_SEND
  32. webResponse clear()
  33. webResponse defaultFormatters()
  34. webResponse getCookies()
  35. webResponse getDispositionHeaderValue()
  36. webResponse getHeaders()
  37. webResponse getHttpRange()
  38. webResponse getIsClientError()
  39. webResponse getIsEmpty()
  40. webResponse getIsForbidden()
  41. webResponse getIsInformational()
  42. webResponse getIsInvalid()
  43. webResponse getIsNotFound()
  44. webResponse getIsOk()
  45. webResponse getIsRedirection()
  46. webResponse getIsServerError()
  47. webResponse getIsSuccessful()
  48. webResponse getStatusCode()
  49. webResponse init()
  50. webResponse prepare()
  51. webResponse redirect()
  52. webResponse refresh()
  53. webResponse send()
  54. webResponse sendContent()
  55. webResponse sendContentAsFile()
  56. webResponse sendCookies()
  57. webResponse sendFile()
  58. webResponse sendHeaders()
  59. webResponse sendStreamAsFile()
  60. webResponse setDownloadHeaders()
  61. webResponse setStatusCode()
  62. webResponse setStatusCodeByException()
  63. webResponse xSendFile()

widgets

  1. widgetsActiveField
  2. widgetsActiveField $addAriaAttributes
  3. widgetsActiveField $attribute
  4. widgetsActiveField $enableAjaxValidation
  5. widgetsActiveField $enableClientValidation
  6. widgetsActiveField $errorOptions
  7. widgetsActiveField $form
  8. widgetsActiveField $hintOptions
  9. widgetsActiveField $inputOptions
  10. widgetsActiveField $labelOptions
  11. widgetsActiveField $model
  12. widgetsActiveField $options
  13. widgetsActiveField $parts
  14. widgetsActiveField $selectors
  15. widgetsActiveField $template
  16. widgetsActiveField $validateOnBlur
  17. widgetsActiveField $validateOnChange
  18. widgetsActiveField $validateOnType
  19. widgetsActiveField $validationDelay
  20. widgetsActiveField __toString()
  21. widgetsActiveField addAriaAttributes()
  22. widgetsActiveField adjustLabelFor()
  23. widgetsActiveField begin()
  24. widgetsActiveField checkbox()
  25. widgetsActiveField checkboxList()
  26. widgetsActiveField dropDownList()
  27. widgetsActiveField end()
  28. widgetsActiveField error()
  29. widgetsActiveField fileInput()
  30. widgetsActiveField getClientOptions()
  31. widgetsActiveField getInputId()
  32. widgetsActiveField hiddenInput()
  33. widgetsActiveField hint()
  34. widgetsActiveField input()
  35. widgetsActiveField isAjaxValidationEnabled()
  36. widgetsActiveField isClientValidationEnabled()
  37. widgetsActiveField label()
  38. widgetsActiveField listBox()
  39. widgetsActiveField passwordInput()
  40. widgetsActiveField radio()
  41. widgetsActiveField radioList()
  42. widgetsActiveField render()
  43. widgetsActiveField textInput()
  44. widgetsActiveField textarea()
  45. widgetsActiveField widget()
  46. widgetsActiveForm
  47. widgetsActiveForm $action
  48. widgetsActiveForm $ajaxDataType
  49. widgetsActiveForm $ajaxParam
  50. widgetsActiveForm $attributes
  51. widgetsActiveForm $enableAjaxValidation
  52. widgetsActiveForm $enableClientScript
  53. widgetsActiveForm $enableClientValidation
  54. widgetsActiveForm $encodeErrorSummary
  55. widgetsActiveForm $errorCssClass
  56. widgetsActiveForm $errorSummaryCssClass
  57. widgetsActiveForm $fieldClass
  58. widgetsActiveForm $fieldConfig
  59. widgetsActiveForm $method
  60. widgetsActiveForm $options
  61. widgetsActiveForm $requiredCssClass
  62. widgetsActiveForm $scrollToError
  63. widgetsActiveForm $scrollToErrorOffset
  64. widgetsActiveForm $successCssClass
  65. widgetsActiveForm $validateOnBlur
  66. widgetsActiveForm $validateOnChange
  67. widgetsActiveForm $validateOnSubmit
  68. widgetsActiveForm $validateOnType
  69. widgetsActiveForm $validatingCssClass
  70. widgetsActiveForm $validationDelay
  71. widgetsActiveForm $validationUrl
  72. widgetsActiveForm beginField()
  73. widgetsActiveForm endField()
  74. widgetsActiveForm errorSummary()
  75. widgetsActiveForm field()
  76. widgetsActiveForm getClientOptions()
  77. widgetsActiveForm init()
  78. widgetsActiveForm registerClientScript()
  79. widgetsActiveForm run()
  80. widgetsActiveForm validate()
  81. widgetsActiveForm validateMultiple()
  82. widgetsActiveFormAsset
  83. widgetsActiveFormAsset $depends
  84. widgetsActiveFormAsset $js
  85. widgetsActiveFormAsset $sourcePath
  86. widgetsBaseListView
  87. widgetsBaseListView $dataProvider
  88. widgetsBaseListView $emptyText
  89. widgetsBaseListView $emptyTextOptions
  90. widgetsBaseListView $layout
  91. widgetsBaseListView $options
  92. widgetsBaseListView $pager
  93. widgetsBaseListView $showOnEmpty
  94. widgetsBaseListView $sorter
  95. widgetsBaseListView $summary
  96. widgetsBaseListView $summaryOptions
  97. widgetsBaseListView init()
  98. widgetsBaseListView renderEmpty()
  99. widgetsBaseListView renderItems()
  100. widgetsBaseListView renderPager()
  101. widgetsBaseListView renderSection()
  102. widgetsBaseListView renderSorter()
  103. widgetsBaseListView renderSummary()
  104. widgetsBaseListView run()
  105. widgetsBlock
  106. widgetsBlock $renderInPlace
  107. widgetsBlock init()
  108. widgetsBlock run()
  109. widgetsBreadcrumbs
  110. widgetsBreadcrumbs $activeItemTemplate
  111. widgetsBreadcrumbs $encodeLabels
  112. widgetsBreadcrumbs $homeLink
  113. widgetsBreadcrumbs $itemTemplate
  114. widgetsBreadcrumbs $links
  115. widgetsBreadcrumbs $options
  116. widgetsBreadcrumbs $tag
  117. widgetsBreadcrumbs renderItem()
  118. widgetsBreadcrumbs run()
  119. widgetsContentDecorator
  120. widgetsContentDecorator $params
  121. widgetsContentDecorator $viewFile
  122. widgetsContentDecorator init()
  123. widgetsContentDecorator run()
  124. widgetsDetailView
  125. widgetsDetailView $attributes
  126. widgetsDetailView $formatter
  127. widgetsDetailView $model
  128. widgetsDetailView $options
  129. widgetsDetailView $template
  130. widgetsDetailView init()
  131. widgetsDetailView normalizeAttributes()
  132. widgetsDetailView renderAttribute()
  133. widgetsDetailView run()
  134. widgetsFragmentCache
  135. widgetsFragmentCache $cache
  136. widgetsFragmentCache $cachedContent
  137. widgetsFragmentCache $dependency
  138. widgetsFragmentCache $duration
  139. widgetsFragmentCache $dynamicPlaceholders
  140. widgetsFragmentCache $enabled
  141. widgetsFragmentCache $variations
  142. widgetsFragmentCache calculateKey()
  143. widgetsFragmentCache getCachedContent()
  144. widgetsFragmentCache init()
  145. widgetsFragmentCache run()
  146. widgetsFragmentCache updateDynamicContent()
  147. widgetsInputWidget
  148. widgetsInputWidget $attribute
  149. widgetsInputWidget $field
  150. widgetsInputWidget $model
  151. widgetsInputWidget $name
  152. widgetsInputWidget $options
  153. widgetsInputWidget $value
  154. widgetsInputWidget hasModel()
  155. widgetsInputWidget init()
  156. widgetsLinkPager
  157. widgetsLinkPager $activePageCssClass
  158. widgetsLinkPager $disableCurrentPageButton
  159. widgetsLinkPager $disabledListItemSubTagOptions
  160. widgetsLinkPager $disabledPageCssClass
  161. widgetsLinkPager $firstPageCssClass
  162. widgetsLinkPager $firstPageLabel
  163. widgetsLinkPager $hideOnSinglePage
  164. widgetsLinkPager $lastPageCssClass
  165. widgetsLinkPager $lastPageLabel
  166. widgetsLinkPager $linkOptions
  167. widgetsLinkPager $maxButtonCount
  168. widgetsLinkPager $nextPageCssClass
  169. widgetsLinkPager $nextPageLabel
  170. widgetsLinkPager $options
  171. widgetsLinkPager $pageCssClass
  172. widgetsLinkPager $pagination
  173. widgetsLinkPager $prevPageCssClass
  174. widgetsLinkPager $prevPageLabel
  175. widgetsLinkPager $registerLinkTags
  176. widgetsLinkPager getPageRange()
  177. widgetsLinkPager init()
  178. widgetsLinkPager registerLinkTags()
  179. widgetsLinkPager renderPageButton()
  180. widgetsLinkPager renderPageButtons()
  181. widgetsLinkPager run()
  182. widgetsLinkSorter
  183. widgetsLinkSorter $attributes
  184. widgetsLinkSorter $linkOptions
  185. widgetsLinkSorter $options
  186. widgetsLinkSorter $sort
  187. widgetsLinkSorter init()
  188. widgetsLinkSorter renderSortLinks()
  189. widgetsLinkSorter run()
  190. widgetsListView
  191. widgetsListView $afterItem
  192. widgetsListView $beforeItem
  193. widgetsListView $itemOptions
  194. widgetsListView $itemView
  195. widgetsListView $options
  196. widgetsListView $separator
  197. widgetsListView $viewParams
  198. widgetsListView renderAfterItem()
  199. widgetsListView renderBeforeItem()
  200. widgetsListView renderItem()
  201. widgetsListView renderItems()
  202. widgetsMaskedInput
  203. widgetsMaskedInput $_hashVar
  204. widgetsMaskedInput $aliases
  205. widgetsMaskedInput $clientOptions
  206. widgetsMaskedInput $definitions
  207. widgetsMaskedInput $mask
  208. widgetsMaskedInput $options
  209. widgetsMaskedInput $type
  210. widgetsMaskedInput hashPluginOptions()
  211. widgetsMaskedInput init()
  212. widgetsMaskedInput initClientOptions()
  213. widgetsMaskedInput registerClientScript()
  214. widgetsMaskedInput run()
  215. widgetsMaskedInputAsset
  216. widgetsMaskedInputAsset $depends
  217. widgetsMaskedInputAsset $js
  218. widgetsMaskedInputAsset $sourcePath
  219. widgetsMenu
  220. widgetsMenu $activateItems
  221. widgetsMenu $activateParents
  222. widgetsMenu $activeCssClass
  223. widgetsMenu $encodeLabels
  224. widgetsMenu $firstItemCssClass
  225. widgetsMenu $hideEmptyItems
  226. widgetsMenu $itemOptions
  227. widgetsMenu $items
  228. widgetsMenu $labelTemplate
  229. widgetsMenu $lastItemCssClass
  230. widgetsMenu $linkTemplate
  231. widgetsMenu $options
  232. widgetsMenu $params
  233. widgetsMenu $route
  234. widgetsMenu $submenuTemplate
  235. widgetsMenu isItemActive()
  236. widgetsMenu normalizeItems()
  237. widgetsMenu renderItem()
  238. widgetsMenu renderItems()
  239. widgetsMenu run()
  240. widgetsPjax
  241. widgetsPjax $autoIdPrefix
  242. widgetsPjax $clientOptions
  243. widgetsPjax $counter
  244. widgetsPjax $enablePushState
  245. widgetsPjax $enableReplaceState
  246. widgetsPjax $formSelector
  247. widgetsPjax $linkSelector
  248. widgetsPjax $options
  249. widgetsPjax $scrollTo
  250. widgetsPjax $submitEvent
  251. widgetsPjax $timeout
  252. widgetsPjax init()
  253. widgetsPjax registerClientScript()
  254. widgetsPjax requiresPjax()
  255. widgetsPjax run()
  256. widgetsPjaxAsset
  257. widgetsPjaxAsset $depends
  258. widgetsPjaxAsset $js
  259. widgetsPjaxAsset $sourcePath
  260. widgetsSpaceless
  261. widgetsSpaceless init()
  262. widgetsSpaceless run()

yii

  1. Yii
  2. BaseYii
  3. BaseYii $aliases
  4. BaseYii $app
  5. BaseYii $classMap
  6. BaseYii $container
  7. BaseYii autoload()
  8. BaseYii beginProfile()
  9. BaseYii configure()
  10. BaseYii createObject()
  11. BaseYii endProfile()
  12. BaseYii error()
  13. BaseYii getAlias()
  14. BaseYii getLogger()
  15. BaseYii getObjectVars()
  16. BaseYii getRootAlias()
  17. BaseYii getVersion()
  18. BaseYii info()
  19. BaseYii powered()
  20. BaseYii setAlias()
  21. BaseYii setLogger()
  22. BaseYii t()
  23. BaseYii trace()
  24. BaseYii warning()

YiiRequirementChecker

  1. YiiRequirementChecker
  2. YiiRequirementChecker check()
  3. YiiRequirementChecker checkPhpExtensionVersion()
  4. YiiRequirementChecker checkPhpIniOff()
  5. YiiRequirementChecker checkPhpIniOn()
  6. YiiRequirementChecker checkUploadMaxFileSize()
  7. YiiRequirementChecker checkYii()
  8. YiiRequirementChecker compareByteSize()
  9. YiiRequirementChecker evaluateExpression()
  10. YiiRequirementChecker getByteSize()
  11. YiiRequirementChecker getNowDate()
  12. YiiRequirementChecker getResult()
  13. YiiRequirementChecker getServerInfo()
  14. YiiRequirementChecker normalizeRequirement()
  15. YiiRequirementChecker render()
  16. YiiRequirementChecker renderViewFile()
  17. YiiRequirementChecker usageError()


Название книги: Полное руководство по Yii 2.0
Год: 2014
Страниц: 577
Язык: Русский 
Формат: pdf, fb2, epub, mobi
Размер: 2,7 MB, 3 MB, 1 MB, 2 MB

Yii – это высокопроизводительный компонентный PHP фреймворк, предназначенный для быстрой разработки современных веб-приложений. Слово Yii (произносится как Йи [ji:]) в китайском языке означает «простой и
эволюционирующий». Также Yii может расшифровываться как акроним
Yes It Is!

В руководстве вы познакомитесь с данным фреймворком, освоите основные понятия и научитесь работать с ним. 

Оглавление:

  1. Введение
  2. Первое знакомство
  3. Структура приложения
  4. Обработка запросов
  5. Основные понятия
  6. Работа с базами данных
  7. Получение данных от пользователя
  8. Отображение данных
  9. Безопасность
  10. Кеширование
  11. Веб-сервисы REST
  12. Инструменты разработчика
  13. Тестирование
  14. Специальные темы
  15. Виджеты
  16. Хелперы

Скачать “Полное руководство по Yii 2.0”:

Читать книгу «Полное руководство по Yii 2.0» онлайн



Понравилась статья? Поделить с друзьями:
  • Как пользоваться стиральной машиной автомат индезит инструкция по эксплуатации
  • Нурофен детский сироп инструкция по применению детям возрасту таблица
  • Проектор led projector инструкция на русском
  • Как сделать осаго через госуслуги пошаговая инструкция
  • Руководство по эксплуатации сузуки аэрио