PHP Класс RedUNIT\Base\Tags

Tests RedBeanPHP tagging functionality, should be easy to tag beans, collect tags and integrate tags in SQL snippets. Tags automatically result in N-M relations, i.e. shared lists.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

Открытые методы

Метод Описание
fetchTaggedItems ( ) : void Fetching tagged items.
testTags ( ) : void Some basic tests.
testTagsWithSQL ( ) : void Tests tags with SQL.

Описание методов

fetchTaggedItems() публичный Метод

Fetching tagged items.
public fetchTaggedItems ( ) : void
Результат void

testTags() публичный Метод

Some basic tests.
public testTags ( ) : void
Результат void

testTagsWithSQL() публичный Метод

Tests tags with SQL.
public testTagsWithSQL ( ) : void
Результат void