Amfphp_Core_Common_ServiceRouter::__construct PHP Method

__construct() public method

constructor
public __construct ( array $serviceFolders, array $serviceNames2ClassFindInfo, boolean $checkArgumentCount = false )
$serviceFolders array folders containing service classes
$serviceNames2ClassFindInfo array a dictionary of service classes represented in a ClassFindInfo.
$checkArgumentCount boolean
    public function __construct($serviceFolders, $serviceNames2ClassFindInfo, $checkArgumentCount = false)
    {
        $this->serviceFolders = $serviceFolders;
        $this->serviceNames2ClassFindInfo = $serviceNames2ClassFindInfo;
        $this->checkArgumentCount = $checkArgumentCount;
    }