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.

### Sample class summary

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

Templates

  • TKey of array-key
  • TValue of \FireHub\Core\Sample\SampleAbstractClass

See also

Links

Examples

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']);

Diagrams

Create a new array collection, it will default to an indexed type.

classDiagram
 class SampleClass {
     +proMethod(int xxx)
 }
Loading

Constants

Type Name Title Value
final public int PUB_CONST ### Public constant summary 10
public int PUB_CONST2
@deprecated
### Public constant2 summary 11

Properties

Name Title Value Default
inherited public a_pub_property
@deprecated
### Public a property summary 10

Methods

Type Name Title
public pubMethod ### Public method summary
inherited public apubMethod
@deprecated
### Public a method summary
final public int PUB_CONST = 10

Important

This constant is marked as final.

### Public constant summary

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 = 11

Warning

This constant is deprecated in version 1.3.0.
This is a sample deprecated description.

### Public constant2 summary

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 = 10

Warning

This property is deprecated in version 1.3.0.
This is a sample deprecated description.

### Public a property summary

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):int

Important

This method is marked as final.

### Public method summary

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

Templates

  • TYo of non-empty-array

Parameters

Throws

Returns

  • int - Yoooo int returns.

See also

Links

Examples

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.

### Public a method summary

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

⚠️ **GitHub.com Fallback** ⚠️