original-brownbear/php-transpiler

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
bin/php-transpiler
build.sh
composer.json
composer.lock
phpunit.xml.dist
readme.md
src/PhpTranspiler/Command/AnalyzeCommand.php28
src/PhpTranspiler/Command/PhpTranspilerCommand.php20
src/PhpTranspiler/Command/TranspileCommand.php39
src/PhpTranspiler/Framework/Actions/Transpile.php57
src/PhpTranspiler/Framework/Base/NamedElement.php6
src/PhpTranspiler/Framework/Checks/CheckClass.php17
src/PhpTranspiler/Framework/Checks/PropertiesDefinedCheck.php31
src/PhpTranspiler/Framework/FileChecks/RequireCheck.php53
src/PhpTranspiler/Framework/Filters/File/CommentRemovalFilter.php21
src/PhpTranspiler/Framework/Filters/File/FileFilter.php13
src/PhpTranspiler/Framework/Filters/File/IncludeStatementFilter.php17
src/PhpTranspiler/Framework/Filters/File/MissingPropertyDeclarationFilter.php31
A
1 hr
src/PhpTranspiler/Framework/Filters/File/SourceSanitizationFilter.php20
src/PhpTranspiler/Framework/Issues/PropertyNotDefinedIssue.php32
src/PhpTranspiler/Framework/Issues/PropertyNotDefinedIssueView.php18
src/PhpTranspiler/Framework/PhpSourceFactory.php26
src/PhpTranspiler/Framework/PhpSourceSanitization.php55
A
3 hrs
src/PhpTranspiler/Framework/SanitizeSource.php11
src/PhpTranspiler/Framework/SourceDir.php56
A
1 hr
src/PhpTranspiler/Framework/SourceDirView.php19
src/PhpTranspiler/Framework/SourceElements/ClassAnalysis.php10
src/PhpTranspiler/Framework/SourceElements/ClassExtraction.php22
src/PhpTranspiler/Framework/SourceElements/MethodAnalysis.php10
src/PhpTranspiler/Framework/SourceElements/MethodExtraction.php22
src/PhpTranspiler/Framework/SourceElements/MethodType.php20
src/PhpTranspiler/Framework/SourceElements/PhpClass.php14
src/PhpTranspiler/Framework/SourceElements/PhpClassProperty.php33
src/PhpTranspiler/Framework/SourceElements/PhpClassView.php26
src/PhpTranspiler/Framework/SourceElements/PhpElement.php20
src/PhpTranspiler/Framework/SourceElements/PhpMethod.php9
src/PhpTranspiler/Framework/SourceElements/PhpMethodView.php9
src/PhpTranspiler/Framework/SourceElements/PropertyAccess.php25
A
1 hr
src/PhpTranspiler/Framework/SourceElements/PropertyDefinitions.php21
src/PhpTranspiler/Framework/SourceFactory.php10
src/PhpTranspiler/Framework/SourceFile.php50
src/PhpTranspiler/Framework/SourceFileView.php22
src/PhpTranspiler/Framework/SourceLocation.php19
src/PhpTranspiler/Framework/SourceOperations/AddClassProperty.php23
src/PhpTranspiler/Framework/SourceOutput/ClassWriter.php14
src/PhpTranspiler/Framework/SourceToNodes.php12
src/PhpTranspiler/Framework/SourceWriter.php12