Nelmio\Alice\Definition\ServiceReference\StaticReference::__construct PHP Method

__construct() public method

public __construct ( string $className )
$className string FQCN
    public function __construct(string $className)
    {
        $this->id = $className;
    }
StaticReference