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;
    }