Alex\BehatLauncher\Behat\OutputFileList::append PHP Method

append() public method

Appends a content to given format.
public append ( $format, $content ) : OutputFile
return OutputFile
    public function append($format, $content)
    {
        return $this->get($format)->append($content);
    }