Transphpile\Transpile\Transpile::getStub PHP 메소드

getStub() 보호된 메소드

protected getStub ( )
    protected function getStub()
    {
        $stub = <<<STUB
<?php

/*
 * This code has been transpiled via TransPHPile. For more information, visit https://github.com/jaytaph/transphpile
 */

STUB;
        return $stub;
    }