См. определение в файле mapbuilder.php строка 8
◆ __construct()
◆ addEmail()
Adds email to the builder.
- Аргументы
-
- Возвращает
- $this
См. определение в файле mapbuilder.php строка 111
◆ addInteger()
Adds digit content to the builder.
- Аргументы
-
- Возвращает
- $this.
См. определение в файле mapbuilder.php строка 51
◆ addPhone()
Adds phone number to the builder.
- Аргументы
-
string | $phone | Phone number. |
- Возвращает
- $this
См. определение в файле mapbuilder.php строка 67
◆ addText()
Adds arbitrary integer content to the builder.
- Аргументы
-
string | $token | Arbitrary string. |
- Возвращает
- $this.
См. определение в файле mapbuilder.php строка 35
◆ addUser()
Adds full user name to the builder.
- Аргументы
-
array | int | $userId | Id of the user. |
- Возвращает
- $this
См. определение в файле mapbuilder.php строка 139
◆ build()
Builds search string.
- Возвращает
- string
См. определение в файле mapbuilder.php строка 177
◆ create()
Creates instance of the StringBuilder
- Возвращает
- static
См. определение в файле mapbuilder.php строка 25
◆ $tokens