Wiki SampleClass - The-PHP-Profiler/Profiler GitHub Wiki
final class \FireHub\Core\Sample\SampleClass()Warning
This class has experimental flag.
This feature is still under the development phase and not ready to be deployed into the actual software or product.
This is a sample experimental description.
Important
This class is marked as final.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
This class was created by Danijel GaliΔ <[email protected]>
Copyright: 2024 FireHub Web Application Framework
License: <https://opensource.org/licenses/OSL-3.0> OSL Open Source License version 3
Version: GIT: $Id$ Blob checksum.
Fully Qualified Class Name:β \FireHub\Core\Sample\SampleClass
Source code:β view source code
Blame:β view blame
History:β view history
- TKey of array-key
- TValue of \FireHub\Core\Sample\SampleAbstractClass
- \FireHub\Core\Sample\TEST_CONSTANT - As TEST_CONSTANT see description.
- \FireHub\Core\Sample\TestFunction() - As TestFunction see description.
- \FireHub\Core\Sample\SampleDeprecatedClass - As SampleDeprecatedClass see description.
- http://www.google.ba - As link description.
use FireHub\Core\Support\Collections\Collection;
$collection = Collection::create(fn ():array => ['one', 'two', 'three']);Create a new array collection, it will default to an indexed type.
use FireHub\Core\Support\Collections\Collection;
$collection = Collection::create(fn ():array => ['one', 'two', 'three']);Create a new array collection, it will default to an indexed type.
classDiagram
class SampleClass {
+proMethod(int xxx)
}
| Type | Name | Title | Value |
|---|---|---|---|
| final public int | PUB_CONST | ### Public constant summary | 10 |
| public int |
@deprecated |
### Public constant2 summary | 11 |
| Name | Title | Value | Default |
|---|---|---|---|
| inherited public |
@deprecated |
### Public a property summary | 10 |
| Type | Name | Title |
|---|---|---|
| public | pubMethod | ### Public method summary |
| inherited public |
@deprecated |
### Public a method summary |
final public int PUB_CONST = 10Important
This constant is marked as final.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Source code:β view source code
Blame:β view blame
public int PUB_CONST2 = 11Warning
This constant is deprecated in version 1.3.0.
This is a sample deprecated description.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Source code:β view source code
Blame:β view blame
public int $a_pub_property = 10Warning
This property is deprecated in version 1.3.0.
This is a sample deprecated description.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Source code:β view source code
Blame:β view blame
final public SampleClass::pubMethod(int &$int_param, string $string_param, \FireHub\Core\Sample\SampleClass|\FireHub\Core\Sample\SampleDeprecatedClass $multiple_param, \FireHub\Core\Sample\SampleClass&\FireHub\Core\Sample\SampleDeprecatedClass $multiple_param2, ?int $int_null_param = 10, string ...$variadic_string_param):intImportant
This method is marked as final.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Source code:β view source code
Blame:β view blame
- TYo of non-empty-array
- by reference int $int_param - Param $int_param description.
- string $string_param
- \FireHub\Core\Sample\SampleClass or \FireHub\Core\Sample\SampleDeprecatedClass $multiple_param
- \FireHub\Core\Sample\SampleClass and \FireHub\Core\Sample\SampleDeprecatedClass $multiple_param2
- null or int $int_null_param = 10
- variadic string $variadic_string_param
- \FireHub\Core\Sample\SampleClass - As throws description for SampleClass.
- \FireHub\Core\Sample\SampleDeprecatedClass - As throws description for SampleDeprecatedClass.
- int - Yoooo int returns.
- \FireHub\Core\Sample\TEST_CONSTANT - As TEST_CONSTANT see description.
- \FireHub\Core\Sample\TestFunction() - As TestFunction see description.
- \FireHub\Core\Sample\SampleDeprecatedClass - As SampleDeprecatedClass see description.
- http://www.google.ba - As link description.
Create a new array collection, it will default to an indexed type.
use FireHub\Core\Support\Collections\Collection;
$collection = Collection::create(fn ():array => ['one', 'two', 'three']);public SampleAbstractClass::apubMethod()Warning
This method is deprecated in version 1.3.0.
This is a sample deprecated description.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Source code:β view source code
Blame:β view blame