Bravo3\Orm\Mappers\Chained\ChainedMapper::__construct PHP Method

__construct() public method

public __construct ( array $mappers = [] )
$mappers array
    public function __construct(array $mappers = [])
    {
        $this->mappers = $mappers;
    }