Prpcrypt::__construct PHP Метод

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

public __construct ( $k )
    function __construct($k)
    {
        $this->key = base64_decode($k . "=");
    }