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..
Return Return
(string|null) The class from the concrete if one is available, null otherwise.
Source Source
File: src/Internal/DependencyManagement/ExtendedContainer.php