Documentation

ReactJsxFilter extends BaseNodeFilter
in package

Compiles JSX (for use with React) into JavaScript.

Tags
link
http://facebook.github.io/react/docs/jsx-in-depth.html
author

Douglas Greenshields dgreenshields@gmail.com

Table of Contents

$jsxBin  : mixed
$nodeBin  : mixed
$nodePaths  : mixed
$timeout  : mixed
__construct()  : mixed
addNodePath()  : mixed
filterDump()  : mixed
filterLoad()  : mixed
getNodePaths()  : mixed
setNodePaths()  : mixed
setTimeout()  : mixed
Set the process timeout.
createProcessBuilder()  : ProcessBuilder
Creates a new process builder.
mergeEnv()  : mixed

Properties

Methods

__construct()

public __construct([mixed $jsxBin = '/usr/bin/jsx' ][, mixed $nodeBin = null ]) : mixed
Parameters
$jsxBin : mixed = '/usr/bin/jsx'
$nodeBin : mixed = null
Return values
mixed

addNodePath()

public addNodePath(mixed $nodePath) : mixed
Parameters
$nodePath : mixed
Return values
mixed

getNodePaths()

public getNodePaths() : mixed
Return values
mixed

setNodePaths()

public setNodePaths(array<string|int, mixed> $nodePaths) : mixed
Parameters
$nodePaths : array<string|int, mixed>
Return values
mixed

setTimeout()

Set the process timeout.

public setTimeout(int $timeout) : mixed
Parameters
$timeout : int

The timeout for the process

Return values
mixed

createProcessBuilder()

Creates a new process builder.

protected createProcessBuilder([array<string|int, mixed> $arguments = array() ]) : ProcessBuilder
Parameters
$arguments : array<string|int, mixed> = array()

An optional array of arguments

Return values
ProcessBuilder

A new process builder

Search results