RegularExpression::getReplace PHP Method

getReplace() public method

public getReplace ( $p )
    function getReplace($p)
    {
        if ($this->isReference()) {
            $ref = $this->getRef($p);
            return $ref->getReplace($p);
        }
        return $this->regexp->getReplace();
    }