We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Silverstripe.Sniffs.Extension.DisallowOwnerPropertySniff
Group: Extension
Extension
Disallow: This sniff aims to prevent the usage of $this->owner syntax on extensions Recommend: It specifies that you must use ->getOwner()
$this->owner
->getOwner()
There was an error while loading. Please reload this page.