Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
League
FactoryMuffin
Generators
FactoryGenerator
PHP Класс League\FactoryMuffin\Generators\FactoryGenerator
The factory generator can be useful for setting up relationships between models. The factory generator will return the model id of the model you ask it to generate.
Автор:
Graham Campbell (
[email protected]
)
Автор:
Scott Robertson (
[email protected]
)
Автор:
Michael Bodnarchuk (
[email protected]
)
Наследование:
extends
EntityGenerator
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
generate
( ) :
integer
|
null
Generate, and return the attribute.
getPrefix
( ) :
string
Get the generator prefix.
Приватные методы
Метод
Описание
getId
(
object
$model
) :
integer
|
null
Get the model id.
Описание методов
generate()
публичный
Метод
The value returned is the id of the generated model, if applicable.
public
generate
( ) :
integer
|
null
Результат
integer
|
null
getPrefix()
публичный
статический
Метод
Get the generator prefix.
public
static
getPrefix
( ) :
string
Результат
string