Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Move is_subclass_of code to Zend\Stdlib #1807

Merged
merged 15 commits into from Jul 11, 2012

Commits on Jul 9, 2012

  1. Move is_subclass_of code to Zend\Stdlib

    @see https://bugs.php.net/bug.php?id=53727
    
    This code is used to determine the subclass of a given class. Used in Zend\Di, Zend\Form,
    Zend\InfoCard, Zend\Loader, Zend\Mvc, Zend\ServiceManager and Zend\XmlRpc
    prolic committed Jul 9, 2012
    Copy the full SHA
    9ebee1f View commit details
    Browse the repository at this point in the history
  2. Fix autoloader factory

    prolic committed Jul 9, 2012
    Copy the full SHA
    f374a41 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1db1a1f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    789d837 View commit details
    Browse the repository at this point in the history
  5. fixed isSubclassOf method

    prolic committed Jul 9, 2012
    Copy the full SHA
    fc00d87 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9dd39a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. added tests, added file header

    prolic committed Jul 10, 2012
    Copy the full SHA
    4609a59 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    99dca8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7b2f30e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a14f2f7 View commit details
    Browse the repository at this point in the history
  5. small fix

    prolic committed Jul 10, 2012
    Copy the full SHA
    5dfa285 View commit details
    Browse the repository at this point in the history
  6. changed class_exists with interface_exists

    sorry, seams I need more sleep :-)
    prolic committed Jul 10, 2012
    Copy the full SHA
    f4b0ce5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1661628 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e89cdcf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f25e711 View commit details
    Browse the repository at this point in the history