Method Fossilization

Method
Level
public abstract function defaults( ) : array ;
4
public function binding( ) : string ;
4
public abstract function aliases( ) : array ;
4
public function compile(Compiler $compiler) : void ;
4
public function handler(string $name) : Method ;
3
public function tags( ) : array ;
3
public function aliases( ) : array ;
3
public function prototype( ) : bool ;
3
public function handler(string $name) : Method ;
2
public function priority( ) : int ;
2
public function wrapping( ) : string ;
2
public function collect(Definition $definition) : Collector ;
2
public function wrapper(Wrapper $wrapper) : void ;
2
public function provider(Provider $provider) : void ;
2
public function bind(string $fqcn) : ServiceBuilder ;
2
public function skip(string $fqcn, callable $provider) : Binder ;
2
public function tagged(string $tag) : array ;
2
public function fetch(string $fqcn, bool $required = true) : ?object ;
2
public function context( ) : ?string ;
2
public function done( ) : Binder ;
2
public function asPrototype( ) : ServiceBuilder ;
2
public function withDefault(string $fqcn, callable $provider) : ServiceBuilder ;
2
public function withTag(string $tag, int $priority = 0) : ServiceBuilder ;
2
public function withAlias(string $alias) : ServiceBuilder ;
2
public function withMethod(string $method, array $args = [ ]) : ServiceBuilder ;
2
public function withConstructor(array $args) : ServiceBuilder ;
2
public function toWrapper(string $fqcn, string $method, int $priority = 0) : ServiceBuilder ;
2
public function toFactory(string $impl, string $method) : ServiceBuilder ;
2
public function to(string $impl) : ServiceBuilder ;
2
public function call(callable $callable, array $args = [ ]) ;
2