- Scrutinizer -
- Travis-CI -
- Packagist - dpcat237/authorizenet-bundle
All code is Symfony2 Code formatted, so every pull request must be validated with phpcs standards which you can install following these steps.
There is also a policy for contributing to this project. All pull request must be all explained step by step, to make for contributors more understandable and easier to merge the pull request. All new features must be tested with PHPUnit.
When contributing with Payfony, you can contact yuhu@mmoreram.com to let us know about your contribution in this amazing project.
Contributors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Cost O(n) | |
| * | |
| * This method allow build a tree given following data | |
| * | |
| * $entities is an Array ( or any ArrayIterator implementation ) of $entity | |
| * $entity is an Object ( can be Whatever ) | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Custom ArrayCollection for Doctrine2 entities | |
| */ | |
| namespace XXX\XXX\Collections; | |
| /** | |
| * Custom array collection |
NewerOlder

