<?php class Foo{ function isFoo(){} } (function(){ /** @var Foo $this */ var_dump($this->isFoo()); }) ->bindTo(new Foo) ->bindTo(new stdclass) ();
You have javascript disabled. You will not be able to edit any code.