DI\Annotation\Injectable::isLazy PHP 메소드

isLazy() 공개 메소드

public isLazy ( ) : boolean | null
리턴 boolean | null
    public function isLazy()
    {
        return $this->lazy;
    }