DI\Definition\Helper\FactoryDefinitionHelper::scope PHP Method

scope() public method

Defines the scope of the entry.
public scope ( string $scope ) : FactoryDefinitionHelper
$scope string
return FactoryDefinitionHelper
    public function scope($scope)
    {
        $this->scope = $scope;
        return $this;
    }