コード例 #1
0
 public function __construct(AbstractType $entityFormType, AbstractListType $entityList, AbstractShowType $entityShow, $entityClass)
 {
     parent::__construct($entityFormType, $entityList, $entityShow, $entityClass);
     @trigger_error('The AbstractCRUDController class is deprecated. You should extend the AbstractSimpleCRUDController instead.', E_USER_DEPRECATED);
 }