AbstractController.class.php 233 Bytes
<?php
/**
 * AbstractController.class.php
 * $author$
 */

namespace Apicp\Controller\Enterprise;

abstract class AbstractController extends \Common\Controller\Apicp\AbstractController
{
    protected $needCheckThePayment = false;
}