Nelmio\Alice\Definition\SpecificationBag::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\Definition\MethodCallInterface $constructor = null, PropertyBag $properties, MethodCallBag $calls )
$constructor Nelmio\Alice\Definition\MethodCallInterface
$properties PropertyBag
$calls MethodCallBag
    public function __construct(MethodCallInterface $constructor = null, PropertyBag $properties, MethodCallBag $calls)
    {
        $this->constructor = $constructor;
        $this->properties = $properties;
        $this->calls = $calls;
    }