Alex\BehatLauncher\Behat\OutputFileList::append PHP 메소드

append() 공개 메소드

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