DI\Definition\Helper\ObjectDefinitionHelper::scope PHP Метод

scope() публичный Метод

Defines the scope of the entry.
public scope ( string $scope ) : ObjectDefinitionHelper
$scope string
Результат ObjectDefinitionHelper
    public function scope($scope)
    {
        $this->scope = $scope;
        return $this;
    }