Flow PHP

Block

Read onlyYes
FinalYes

Properties

$id  : string
$size  : int|null
$state  : BlockState

Methods

__construct()  : mixed
commited()  : self
latest()  : self
uncommited()  : self

Properties

$size

public int|null $size = null

Methods

__construct()

public __construct(string $id, BlockState $state[, int|null $size = null ]) : mixed
Parameters
$id : string
$state : BlockState
$size : int|null = null

commited()

public static commited(string $id) : self
Parameters
$id : string
Return values
self

latest()

public static latest(string $id) : self
Parameters
$id : string
Return values
self

uncommited()

public static uncommited(string $id) : self
Parameters
$id : string
Return values
self

        
On this page

Search results