Documentation

Trait_ extends Declaration
in package

Table of Contents

Properties

$attributeGroups  : array<int, AttributeGroup>
$attributes  : array<string, mixed>
$constants  : array<int, ClassConst>
$methods  : array<int, ClassMethod>
$name  : string
$properties  : array<int, Property>
$uses  : array<int, TraitUse>

Methods

__construct()  : mixed
Creates an interface builder.
addAttribute()  : $this
Adds an attribute group.
addStmt()  : $this
Adds a statement.
addStmts()  : $this
Adds multiple statements.
getNode()  : Trait_
Returns the built trait node.
setDocComment()  : $this
Sets doc comment for the declaration.

Properties

$attributes

protected array<string, mixed> $attributes = []

Methods

__construct()

Creates an interface builder.

public __construct(string $name) : mixed
Parameters
$name : string

Name of the interface

addStmt()

Adds a statement.

public addStmt(Stmt|Builder $stmt) : $this
Parameters
$stmt : Stmt|Builder

The statement to add

Return values
$this

The builder instance (for fluid interface)

addStmts()

Adds multiple statements.

public addStmts(array<string|int, Stmt|Builder$stmts) : $this
Parameters
$stmts : array<string|int, Stmt|Builder>

The statements to add

Return values
$this

The builder instance (for fluid interface)

getNode()

Returns the built trait node.

public getNode() : Trait_
Return values
Trait_

The built interface node

setDocComment()

Sets doc comment for the declaration.

public setDocComment(Doc|string $docComment) : $this
Parameters
$docComment : Doc|string

Doc comment to set

Return values
$this

The builder instance (for fluid interface)


        
On this page

Search results