PHP Class Relax\Greppy\Pattern\Element\Literal

Author: Daniel Ribeiro ([email protected])
Inheritance: implements Relax\Greppy\Pattern\ElementInterface
Show file Open project: relaxphp/greppy

Public Methods

Method Description
__construct ( $literal )
__toString ( ) : mixed Gets the string representation of the element for usage inside patterns.

Method Details

__construct() public method

public __construct ( $literal )
$literal

__toString() public method

Gets the string representation of the element for usage inside patterns.
public __toString ( ) : mixed
return mixed