Ben (sfDoctrineRecord tarafından işlenir :: __call () yöntemi) bir özellik alıcı yöntemi böyle geçersiz kılmak için deneyin:
//myClass.class.php
public function getProperty()
{
  $property = parent::getProperty();
  //the following line is never reached
  return $property;
}
Ama bu sonsuz özyineleme sonuçlanır. Bu nasıl mümkün ve?