DI\Definition\Helper\FactoryDefinitionHelper::scope PHP 메소드

scope() 공개 메소드

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