Documentation

NoReturnValue
in package

A class used internally by CodeCleaner to represent input, such as non-expression statements, with no return value.

Note that user code returning an instance of this class will act like it has no return value, so you prolly shouldn't do that.

Table of Contents

create()  : New_
Get PhpParser AST expression for creating a new NoReturnValue.

Methods

create()

Get PhpParser AST expression for creating a new NoReturnValue.

public static create() : New_
Return values
New_

Search results