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

scope() public method

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