The property ForceProtocol does not exist on SilverStripe\IFrame\IFramePageController. Since you implemented __get, consider adding a @property annotation.
Loading history...
16
if ($desiredProtocol && $currentProtocol !== $desiredProtocol) {
The method AbsoluteLink() does not exist on SilverStripe\IFrame\IFramePageController. Since you implemented __call, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The property IFrameURL does not exist on SilverStripe\IFrame\IFramePageController. Since you implemented __get, consider adding a @property annotation.