Flow\TokenStream::test PHP Method

test() public method

public test ( $primary, $secondary = null )
    public function test($primary, $secondary = null)
    {
        return $this->getCurrentToken()->test($primary, $secondary);
    }