HTMLPurifier_Encoder::__construct PHP 메소드

__construct() 개인적인 메소드

Constructor throws fatal error if you attempt to instantiate class
private __construct ( )
    private function __construct()
    {
        trigger_error('Cannot instantiate encoder, call methods statically', E_USER_ERROR);
    }