PHP Flarum\Database AbstractModel - 8 примеров найдено. Это лучшие примеры PHP кода для Flarum\Database\AbstractModel, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Adds the ability for custom relations to be added to a model during runtime.
These relations behave in the same way that you would expect; they can be
queried, eager loaded, and accessed as an attribute.