2017 © Pedro PelĂĄez
 

library class-info

Get classes and functions defined in a given file

image

crodas/class-info

Get classes and functions defined in a given file

  • Friday, April 20, 2018
  • by crodas
  • Repository
  • 1 Watchers
  • 5 Stars
  • 15,441 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 27 Versions
  • 9 % Grown

The README.md

ClassInfo

Get classes and functions defined in a given file. It implements a tiny PHP parser which gives you detailed informations about classes and functions defined in a file., (*1)

How to use it

<?php
require __DIR__ . "/vendor/autoload.php";

$parser = new crodas\ClassInfo\ClassInfo;
$parser->parse('demo.php');

foreach ($parser->getClasses() as $class) {
    foreach ($class->getMethods() as $method) {
    }
    foreach ($class->getProperties() as $prop) {
    }
    foreach ($class->getInterfaces() as $class) {
    }
}

The Versions

20/04 2018

dev-develop

dev-develop

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by CĂ©sar D. Rodas

20/04 2018

dev-master

9999999-dev

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by CĂ©sar D. Rodas

20/04 2018

v0.2.6

0.2.6.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by CĂ©sar D. Rodas

22/03 2018

v0.2.5

0.2.5.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by CĂ©sar D. Rodas

09/03 2018

v0.2.4

0.2.4.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by CĂ©sar D. Rodas

16/11 2016

v0.2.3

0.2.3.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

18/02 2016

v0.2.2

0.2.2.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

18/02 2016

v0.2.1

0.2.1.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

29/12 2015

v0.2.0

0.2.0.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

02/05 2015

v0.1.17

0.1.17.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

13/02 2015

v0.1.16

0.1.16.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

12/02 2015

v0.1.15

0.1.15.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

12/02 2015

v0.1.14

0.1.14.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

The Requires

 

by CĂ©sar D. Rodas

27/01 2015

v0.1.13

0.1.13.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

27/01 2015

v0.1.12

0.1.12.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

26/10 2014

v0.1.11

0.1.11.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

27/09 2014

v0.1.10

0.1.10.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

07/01 2014

v0.1.9

0.1.9.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

06/01 2014

v0.1.8

0.1.8.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

27/12 2013

v0.1.7

0.1.7.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

15/11 2013

v0.1.6

0.1.6.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

02/11 2013

v0.1.5

0.1.5.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

24/10 2013

v0.1.4

0.1.4.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

24/10 2013

v0.1.3

0.1.3.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

24/10 2013

v0.1.2

0.1.2.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

24/10 2013

v0.1.1

0.1.1.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas

24/10 2013

v0.1.0

0.1.0.0

Get classes and functions defined in a given file

  Sources   Download

BSD-4-Clause

by CĂ©sar D. Rodas