PHPStan\Reflection\Php\PhpPropertyReflection::isStatic PHP Method

isStatic() public method

public isStatic ( ) : boolean
return boolean
    public function isStatic() : bool
    {
        return $this->reflection->isStatic();
    }