芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/php-di/php-di/src/Definition/SelfResolvingDefinition.php
*/ interface SelfResolvingDefinition { /** * Resolve the definition and return the resulting value. * * @return mixed */ public function resolve(ContainerInterface $container); /** * Check if a definition can be resolved. */ public function isResolvable(ContainerInterface $container) : bool; }