Collection::offsetGet()
Method: Get the item at the given offset.
Collection::offsetGet Read More »
Method: Sets the item at the given offset.
Collection::offsetSet Read More »
Method: Unset the item at the given offset.
Collection::offsetUnset Read More »
Method: Reset the iterator pointer to the beginning of the collection.
Collection::rewind Read More »
Method: Helper function for removing a resource from the collection.
Collection::remove Read More »
Method: Reset the iterator pointer to the end of the collection.
Collection::fast_forward Read More »
Method: Filters the collection using the given callback.
Collection::filter Read More »
Class: Service provider class for Stripe.
Method: Registers prefixes and root dirs using an array.
Autoloader::register_prefixes Read More »
Method: Associates a class prefix to an absolute path.
Autoloader::register_prefix Read More »
Method: Triggers the registration of the autoload method in the SPL autoload register.
Autoloader::register_autoloader Read More »
Method: Returns whether the offset exists in the collection.
Collection::offsetExists Read More »