Prado\Web\Javascripts\JSMin::__construct PHP Метод

__construct() публичный Метод

-- Public Instance Methods ------------------------------------------------
public __construct ( $input )
    public function __construct($input)
    {
        $this->input = str_replace("\r\n", "\n", $input);
        $this->inputLength = strlen($this->input);
    }