ExtendedContainer::get_class_from_concrete( mixed $concrete )

Gets the class from the concrete regardless of type.


Description Description


Parameters Parameters

$concrete

(Required) The concrete that we want the class from..


Top ↑

Return Return

(string|null) The class from the concrete if one is available, null otherwise.


Top ↑

Source Source

File: src/Internal/DependencyManagement/ExtendedContainer.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.