PHP 클래스 PhpBench\Serializer\XmlEncoder

파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
encode ( SuiteCollection $suiteCollection ) : PhpBench\Dom\Document Encode a Suite object into a XML document.

비공개 메소드들

메소드 설명
createParameter ( $parentEl, $name, $value )
processBenchmark ( Benchmark $benchmark, DOMElement $suiteEl )
processSubject ( Subject $subject, DOMElement $benchmarkEl )
processVariant ( Subject $subject, Variant $variant, DOMElement $subjectEl )

메소드 상세

encode() 공개 메소드

Encode a Suite object into a XML document.
public encode ( SuiteCollection $suiteCollection ) : PhpBench\Dom\Document
$suiteCollection PhpBench\Model\SuiteCollection
리턴 PhpBench\Dom\Document