/**
  * (non-PHPdoc)
  * @see strategy/ckAbstractPropertyStrategy#__construct()
  */
 public function __construct(ReflectionClass $class)
 {
     if (!$class->isSubclassOf('sfDoctrineRecord')) {
         throw new InvalidArgumentException(sprintf('The class \'%s\' has to be a subclass of sfDoctrineRecord.', $class->getName()));
     }
     parent::__construct($class);
 }
 /**
  * (non-PHPdoc)
  * @see strategy/ckAbstractPropertyStrategy#__construct()
  */
 public function __construct(ReflectionClass $class)
 {
     parent::__construct($class);
 }